me
/
guix
Archived
1
0
Fork 0

gnu: python-netcdf4: Update to 1.2.9.

* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
master
Thomas Danckaert 2017-08-21 13:26:47 +02:00 committed by Thomas Danckaert
parent 5c78db6222
commit 1206c95a49
No known key found for this signature in database
GPG Key ID: 5C3B064C724A5726
1 changed files with 2 additions and 2 deletions

View File

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