gnu: python-netcdf4: Update to 1.2.7.
* gnu/packages/python.scm (python-netcdf4, python2-netcdf4): Update to 1.2.7. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
cbfbcb2105
commit
d5a9783999
@ -815,14 +815,14 @@ concepts.")
|
|||||||
(define-public python-netcdf4
|
(define-public python-netcdf4
|
||||||
(package
|
(package
|
||||||
(name "python-netcdf4")
|
(name "python-netcdf4")
|
||||||
(version "1.2.6")
|
(version "1.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "netCDF4" version))
|
(uri (pypi-uri "netCDF4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qcymsfxsdfr4sx0vl7ih5d14z66k6c9sjy4gb6rjaksk5387zvg"))))
|
"1fllizmnpw0zkzzm4j9pgamarlzfn3kmv9zrm0w65q1y31h9ni0c"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)))
|
`(("python-cython" ,python-cython)))
|
||||||
|
Loading…
Reference in New Issue
Block a user