summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Luca Bez <jlbez@lbl.gov>2024-06-13 10:15:33 -0700
committerGitHub <noreply@github.com>2024-06-13 11:15:33 -0600
commitbbb58ff4c689e20c861592bf2998d4e1499c708a (patch)
tree59e9869523d1710eb64659f917d22b9040e4316f
parent7a710bee17d777d3f6e2bac6da98b783407c4a90 (diff)
downloadspack-bbb58ff4c689e20c861592bf2998d4e1499c708a.tar.gz
spack-bbb58ff4c689e20c861592bf2998d4e1499c708a.tar.bz2
spack-bbb58ff4c689e20c861592bf2998d4e1499c708a.tar.xz
spack-bbb58ff4c689e20c861592bf2998d4e1499c708a.zip
update PDC version (#44702)
-rw-r--r--var/spack/repos/builtin/packages/pdc/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/pdc/package.py b/var/spack/repos/builtin/packages/pdc/package.py
index 75ef7c1504..683a59464c 100644
--- a/var/spack/repos/builtin/packages/pdc/package.py
+++ b/var/spack/repos/builtin/packages/pdc/package.py
@@ -14,13 +14,14 @@ class Pdc(CMakePackage):
metadata operations to find data objects."""
homepage = "https://pdc.readthedocs.io/en/latest/"
- url = "https://github.com/hpc-io/pdc/archive/refs/tags/0.4.tar.gz"
+ url = "https://github.com/hpc-io/pdc/archive/refs/tags/0.5.tar.gz"
git = "https://github.com/hpc-io/pdc.git"
maintainers("houjun", "sbyna", "jeanbez")
license("BSD-3-Clause-LBNL")
+ version("0.5", sha256="d8ee6ad31670882dec8a9a131cd491a7134953acf3d18abf288605f3cc517636")
version("0.4", sha256="eb2c2b69e5cdbca3210b8d72a646c16a2aa004ca08792f28cc6290a9a3ad6c8a")
version("0.3", sha256="14a3abd5e1e604f9527105709fca545bcdebe51abd2b89884db74d48a38b5443")
version(