summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsteffen-AEI <steffen.grunewald@aei.mpg.de>2021-01-13 20:02:59 +0100
committerGitHub <noreply@github.com>2021-01-13 13:02:59 -0600
commitbf0993c0d9280b76aeddda930b33529d06b8d595 (patch)
tree08c462c5a74bee2153234e83ab231ed29d5babb8
parenta91dbcfa8cdee131b4c5d510a408a276a4af5f9c (diff)
downloadspack-bf0993c0d9280b76aeddda930b33529d06b8d595.tar.gz
spack-bf0993c0d9280b76aeddda930b33529d06b8d595.tar.bz2
spack-bf0993c0d9280b76aeddda930b33529d06b8d595.tar.xz
spack-bf0993c0d9280b76aeddda930b33529d06b8d595.zip
Add version 1.14.0 (#20836)
1.14.0 compiles with gcc@10.2.0, while 1.13.0 doesn't
-rw-r--r--var/spack/repos/builtin/packages/py-healpy/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-healpy/package.py b/var/spack/repos/builtin/packages/py-healpy/package.py
index 47cf939107..b2920aeb41 100644
--- a/var/spack/repos/builtin/packages/py-healpy/package.py
+++ b/var/spack/repos/builtin/packages/py-healpy/package.py
@@ -12,6 +12,7 @@ class PyHealpy(PythonPackage):
homepage = "https://healpy.readthedocs.io/"
pypi = "healpy/healpy-1.13.0.tar.gz"
+ version('1.14.0', sha256='2720b5f96c314bdfdd20b6ffc0643ac8091faefcf8fd20a4083cedff85a66c5e')
version('1.13.0', sha256='d0ae02791c2404002a09c643e9e50bc58e3d258f702c736dc1f39ce1e6526f73')
version('1.7.4', sha256='3cca7ed7786ffcca70e2f39f58844667ffb8521180ac890d4da651b459f51442')