diff options
author | Roberto Di Remigio <robertodr@users.noreply.github.com> | 2020-10-27 15:58:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 09:58:24 -0500 |
commit | 7313cf5ea5df6d4c35277b4bcd1853ee91948e8a (patch) | |
tree | 3cbf52d07a3ff44fc2ff98ea0b821150acf4514f /var | |
parent | 78a759129aab6079a2c9435cb9c77a52c29e4626 (diff) | |
download | spack-7313cf5ea5df6d4c35277b4bcd1853ee91948e8a.tar.gz spack-7313cf5ea5df6d4c35277b4bcd1853ee91948e8a.tar.bz2 spack-7313cf5ea5df6d4c35277b4bcd1853ee91948e8a.tar.xz spack-7313cf5ea5df6d4c35277b4bcd1853ee91948e8a.zip |
Update MRCPP package.py (#19541)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/mrcpp/package.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mrcpp/package.py b/var/spack/repos/builtin/packages/mrcpp/package.py index 322d9037b0..89985817ca 100644 --- a/var/spack/repos/builtin/packages/mrcpp/package.py +++ b/var/spack/repos/builtin/packages/mrcpp/package.py @@ -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', |