Skip to content
Snippets Groups Projects
Commit e57ddda4 authored by Sajid Ali's avatar Sajid Ali Committed by Adam J. Stewart
Browse files

update h5py to 2.9.0 (#10169)

* 	modified:   var/spack/repos/builtin/packages/py-h5py/package.py

* Update package.py

* Update package.py
parent 00d84b19
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,11 @@ class PyH5py(PythonPackage): ...@@ -11,10 +11,11 @@ class PyH5py(PythonPackage):
HDF5 library from Python.""" HDF5 library from Python."""
homepage = "http://www.h5py.org/" homepage = "http://www.h5py.org/"
url = "https://pypi.io/packages/source/h/h5py/h5py-2.8.0.tar.gz" url = "https://pypi.io/packages/source/h/h5py/h5py-2.9.0.tar.gz"
import_modules = ['h5py', 'h5py._hl'] import_modules = ['h5py', 'h5py._hl']
version('2.9.0', '9d41ca62daf36d6b6515ab8765e4c8c4388ee18e2a665701fef2b41563821002')
version('2.8.0', 'ece4f358e69fc8a416f95953b91bc373') version('2.8.0', 'ece4f358e69fc8a416f95953b91bc373')
version('2.7.1', 'da630aebe3ab9fa218ac405a218e95e0') version('2.7.1', 'da630aebe3ab9fa218ac405a218e95e0')
version('2.7.0', 'f62937f40f68d3b128b3941be239dd93') version('2.7.0', 'f62937f40f68d3b128b3941be239dd93')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment