mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-h5netcdf: Update to 1.3.0.
* gnu/packages/python-xyz.scm (python-h5netcdf): Update to 1.3.0. Change-Id: I6652b0d7d185b4475fb574b236534bba38a2cf07
This commit is contained in:
parent
139bc18219
commit
6827bb02de
1 changed files with 2 additions and 2 deletions
|
@ -2568,13 +2568,13 @@ NetCDF files can also be read and modified. Python-HDF4 is a fork of
|
||||||
(define-public python-h5netcdf
|
(define-public python-h5netcdf
|
||||||
(package
|
(package
|
||||||
(name "python-h5netcdf")
|
(name "python-h5netcdf")
|
||||||
(version "1.1.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "h5netcdf" version))
|
(uri (pypi-uri "h5netcdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mmzfr6k55zqxxpb64gvdqisak8s1zb2r04yzkmp0wzd7dbknb4k"))))
|
(base32 "1kw3cf01kziwxmb84x0cy6vbpsmqjm0k1dm34i6b4d7bv8kw0wd1"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-netcdf4
|
(list python-netcdf4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue