me
/
guix
Archived
1
0
Fork 0

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>
master
Thomas Danckaert 2017-02-27 11:24:39 +01:00 committed by Marius Bakke
parent cbfbcb2105
commit d5a9783999
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -815,14 +815,14 @@ concepts.")
(define-public python-netcdf4
(package
(name "python-netcdf4")
(version "1.2.6")
(version "1.2.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "netCDF4" version))
(sha256
(base32
"1qcymsfxsdfr4sx0vl7ih5d14z66k6c9sjy4gb6rjaksk5387zvg"))))
"1fllizmnpw0zkzzm4j9pgamarlzfn3kmv9zrm0w65q1y31h9ni0c"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)))