diff options
author | Vanessasaurus <814322+vsoch@users.noreply.github.com> | 2021-09-18 06:52:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 06:52:59 -0600 |
commit | 6538727fb380f9ed7271cc4cfc669be1c992ecd2 (patch) | |
tree | 4d979e61dc3f94e2fee21f44aa37da82311b11b2 | |
parent | f5275fecc5b498b4774df6fdb6ecd2f7f3d62391 (diff) | |
download | spack-6538727fb380f9ed7271cc4cfc669be1c992ecd2.tar.gz spack-6538727fb380f9ed7271cc4cfc669be1c992ecd2.tar.bz2 spack-6538727fb380f9ed7271cc4cfc669be1c992ecd2.tar.xz spack-6538727fb380f9ed7271cc4cfc669be1c992ecd2.zip |
updating sparsehash to 2.0.4 (#26023)
-rw-r--r-- | var/spack/repos/builtin/packages/sparsehash/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/sparsehash/package.py b/var/spack/repos/builtin/packages/sparsehash/package.py index 88862a9b0e..bcc4aa81f8 100644 --- a/var/spack/repos/builtin/packages/sparsehash/package.py +++ b/var/spack/repos/builtin/packages/sparsehash/package.py @@ -9,6 +9,7 @@ from spack import * class Sparsehash(AutotoolsPackage): """Sparse and dense hash-tables for C++ by Google""" homepage = "https://github.com/sparsehash/sparsehash" - url = "https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.3.tar.gz" + url = "https://github.com/sparsehash/sparsehash/archive/sparsehash-2.0.4.tar.gz" + version('2.0.4', sha256='8cd1a95827dfd8270927894eb77f62b4087735cbede953884647f16c521c7e58') version('2.0.3', sha256='05e986a5c7327796dad742182b2d10805a8d4f511ad090da0490f146c1ff7a8c') |