Update MRCPP package.py (#19541)

This commit is contained in:
Roberto Di Remigio 2020-10-27 15:58:24 +01:00 committed by GitHub
parent 78a759129a
commit 7313cf5ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,12 @@ class Mrcpp(CMakePackage):
error control in numerical computations."""
homepage = "https://mrcpp.readthedocs.io/en/latest/"
url = "https://github.com/MRChemSoft/mrcpp/archive/v1.3.5.tar.gz"
url = "https://github.com/MRChemSoft/mrcpp/archive/v1.3.6.tar.gz"
maintainers = ["robertodr", "stigrj", "ilfreddy"]
version('1.3.6',
sha256='2502e71f086a8bb5ea635d0c6b86e7ff60220a45583e96a08b3cfe7c9db4cecf')
version('1.3.5',
sha256='3072cf60db6fa1e621bc6e6dfb6d35f9367a44d9d312a4b8c455894769140aed')
version('1.3.4',