gnu: python-netcdf4: Update to 1.2.9.

* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
This commit is contained in:
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

View file

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