diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-07-15 00:43:57 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-07-15 00:43:57 +1000 |
commit | 5908818e309280b124b64f5320e4b98210093061 (patch) | |
tree | 85d600e40dc43b271a1d130a4bdd706b45baa9aa /gnu/packages/python.scm | |
parent | daf823ad27d2db8a392c269cfe7940ad8cb1f4c1 (diff) | |
download | guix-5908818e309280b124b64f5320e4b98210093061.tar guix-5908818e309280b124b64f5320e4b98210093061.tar.gz |
gnu: python-h5py: Update to 2.8.0.
* gnu/packages/python.scm (python-h5py): Update to 2.8.0.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0fdc53bdca..d350990c67 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -782,14 +782,14 @@ NetCDF files can also be read and modified. Python-HDF4 is a fork of (define-public python-h5py (package (name "python-h5py") - (version "2.7.0") + (version "2.8.0") (source (origin (method url-fetch) (uri (pypi-uri "h5py" version)) (sha256 (base32 - "0433sdv6xc9p7v1xs1gvbxp7p152ywi3nplgjb258q9fvw9469br")))) + "0mdr6wrq02ac93m1aqx9kad0ppfzmm4imlxqgyy1x4l7hmdcc9p6")))) (build-system python-build-system) (arguments `(#:tests? #f ; no test target |