summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMathew Cleveland <clevelam@lanl.gov>2020-01-24 19:58:22 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2020-01-24 18:58:22 -0800
commit35db2d05b787de449ad2327568b793c75e8eed7e (patch)
tree238f69ce1a07e82e605307b51e06ce3e15c25f76 /var
parentbb29932362b63797049ead92c7c5a65289491a31 (diff)
downloadspack-35db2d05b787de449ad2327568b793c75e8eed7e.tar.gz
spack-35db2d05b787de449ad2327568b793c75e8eed7e.tar.bz2
spack-35db2d05b787de449ad2327568b793c75e8eed7e.tar.xz
spack-35db2d05b787de449ad2327568b793c75e8eed7e.zip
py-opppy package: add version 0_1_2 (#14229)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-opppy/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-opppy/package.py b/var/spack/repos/builtin/packages/py-opppy/package.py
index d6f11577c2..6e512b12c6 100644
--- a/var/spack/repos/builtin/packages/py-opppy/package.py
+++ b/var/spack/repos/builtin/packages/py-opppy/package.py
@@ -12,10 +12,11 @@ class PyOpppy(PythonPackage):
output and dump files generated by scientific software packages."""
homepage = "https://github.com/lanl/opppy"
- url = "https://github.com/lanl/OPPPY/archive/OPPPY-0_1_1.tar.gz"
+ url = "https://github.com/lanl/OPPPY/archive/opppy-0_1_2.tar.gz"
git = "https://github.com/lanl/opppy.git"
version('master', branch='master')
+ version('0_1_2', sha256='ef3795d3164fa0aa7ea7da7e223d6d0a48d2960aefd03a7d90cdb8b8f480cd4c')
version('0_1_1', sha256='505c023853e75552abc65de9777a125ecb6a99a1cb4e605a4f702af837e3168b')
depends_on('py-setuptools', type=('build', 'run'))