diff options
author | Miles Perry <37849532+Miles-Perry@users.noreply.github.com> | 2018-11-13 10:53:47 -0600 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2018-11-13 10:53:47 -0600 |
commit | 63535542a171c7c7882ae62c94d213ed59ab81c4 (patch) | |
tree | b4c6dcacce90e9156ec521d9712a166c2b928476 | |
parent | 05a4d5a0c6e08578965e85ecfd33c5beb0ece520 (diff) | |
download | spack-63535542a171c7c7882ae62c94d213ed59ab81c4.tar.gz spack-63535542a171c7c7882ae62c94d213ed59ab81c4.tar.bz2 spack-63535542a171c7c7882ae62c94d213ed59ab81c4.tar.xz spack-63535542a171c7c7882ae62c94d213ed59ab81c4.zip |
new version (#9752)
-rw-r--r-- | var/spack/repos/builtin/packages/hybpiper/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/hybpiper/package.py b/var/spack/repos/builtin/packages/hybpiper/package.py index fba2f13a2a..fd8c408eb2 100644 --- a/var/spack/repos/builtin/packages/hybpiper/package.py +++ b/var/spack/repos/builtin/packages/hybpiper/package.py @@ -17,7 +17,9 @@ class Hybpiper(Package): homepage = "https://github.com/mossmatters/HybPiper" url = "https://github.com/mossmatters/HybPiper/archive/v1.2.0.tar.gz" + git = "https://github.com/mossmatters/HybPiper/HybPiper.git" + version('1.3.1', sha256='7ca07a9390d1ca52c72721774fa220546f18d3fa3b58500f68f3b2d89dbc0ecf') version('1.2.0', '0ad78e9ca5e3f23ae0eb6236b07e1780') depends_on('python@2.7:', type=('build', 'run')) |