gnu: python-h5py: Update to 2.7.0.
* gnu/packages/python.scm (python-h5py): Update to 2.7.0.master
parent
285e18e9ae
commit
5c78db6222
|
@ -803,14 +803,14 @@ NetCDF files can also be read and modified. Python-HDF4 is a fork of
|
||||||
(define-public python-h5py
|
(define-public python-h5py
|
||||||
(package
|
(package
|
||||||
(name "python-h5py")
|
(name "python-h5py")
|
||||||
(version "2.6.0")
|
(version "2.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "h5py" version))
|
(uri (pypi-uri "h5py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0df46dg7i7xfking9lp221bfm8dbl974yvlrbi1w7r6m61ac7bxj"))))
|
"0433sdv6xc9p7v1xs1gvbxp7p152ywi3nplgjb258q9fvw9469br"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
|
Reference in New Issue