diff options
author | Thomas Danckaert <post@thomasdanckaert.be> | 2017-08-21 12:26:40 +0200 |
---|---|---|
committer | Thomas Danckaert <thomas.danckaert@gmail.com> | 2017-08-22 09:02:24 +0200 |
commit | 5c78db622238bc564ba343c18afd59afedeb2bd2 (patch) | |
tree | 5ebf59adb3b635b3d2de3fc41011a495cefff132 | |
parent | 285e18e9ae45970c67ec3b35d1d589bed32089f8 (diff) |
gnu: python-h5py: Update to 2.7.0.
* gnu/packages/python.scm (python-h5py): Update to 2.7.0.
-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 bd490cf885..b74e62bf37 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -803,14 +803,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.6.0") + (version "2.7.0") (source (origin (method url-fetch) (uri (pypi-uri "h5py" version)) (sha256 (base32 - "0df46dg7i7xfking9lp221bfm8dbl974yvlrbi1w7r6m61ac7bxj")))) + "0433sdv6xc9p7v1xs1gvbxp7p152ywi3nplgjb258q9fvw9469br")))) (build-system python-build-system) (arguments `(#:tests? #f ; no test target |