Loading spack/packages/hiredis/package.py +2 −2 Original line number Diff line number Diff line Loading @@ -27,10 +27,10 @@ class Hiredis(MakefilePackage): """A minimalistic C client library for the Redis database.""" homepage = "https://github.com/redis/hiredis" url = "https://github.com/redis/hiredis/archive/refs/tags/v1.1.0.tar.gz" url = "https://github.com/redis/hiredis/archive/refs/tags/v1.2.0.tar.gz" git = "https://github.com/redis/hiredis" version("1.1.0", sha256='fe6d21741ec7f3fc9df409d921f47dfc73a4d8ff64f4ac6f1d95f951bf7f53d6') version("1.2.0", sha256='82ad632d31ee05da13b537c124f819eb88e18851d9cb0c30ae0552084811588c') depends_on("openssl") Loading spack/packages/redis-plus-plus/package.py +1 −1 Original line number Diff line number Diff line Loading @@ -34,4 +34,4 @@ class RedisPlusPlus(CMakePackage): depends_on('cmake@3.2:', type='build') depends_on('hiredis@1.1.0:', when='@1.3.3:') depends_on('hiredis@1.2.0:', when='@1.3.3:') Loading
spack/packages/hiredis/package.py +2 −2 Original line number Diff line number Diff line Loading @@ -27,10 +27,10 @@ class Hiredis(MakefilePackage): """A minimalistic C client library for the Redis database.""" homepage = "https://github.com/redis/hiredis" url = "https://github.com/redis/hiredis/archive/refs/tags/v1.1.0.tar.gz" url = "https://github.com/redis/hiredis/archive/refs/tags/v1.2.0.tar.gz" git = "https://github.com/redis/hiredis" version("1.1.0", sha256='fe6d21741ec7f3fc9df409d921f47dfc73a4d8ff64f4ac6f1d95f951bf7f53d6') version("1.2.0", sha256='82ad632d31ee05da13b537c124f819eb88e18851d9cb0c30ae0552084811588c') depends_on("openssl") Loading
spack/packages/redis-plus-plus/package.py +1 −1 Original line number Diff line number Diff line Loading @@ -34,4 +34,4 @@ class RedisPlusPlus(CMakePackage): depends_on('cmake@3.2:', type='build') depends_on('hiredis@1.1.0:', when='@1.3.3:') depends_on('hiredis@1.2.0:', when='@1.3.3:')