gnu: python-viresclient: Update to 0.14.0.

* gnu/packages/astronomy.scm (python-viresclient): Update to 0.14.0.
[propagated-inputs]: Add python-h5py.

Change-Id: I5961a7a96938d3d8aad12b7b697b20b0d3113583
This commit is contained in:
Sharlatan Hellseher 2025-12-21 11:04:27 +00:00
parent 76c6cbe909
commit 532e6a311c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -10504,19 +10504,21 @@ cosmological simulations.")
(define-public python-viresclient
(package
(name "python-viresclient")
(version "0.13.0")
(version "0.14.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "viresclient" version))
(sha256
(base32 "1bq2ippb91nxsd2rmw0wjq2x1v2xim1a28g0bkmfxvap4qr53cy6"))))
(base32 "1li42f7rfhj07kbihlk0d5qwhf1wzsypyjskq0rxrwwvsxd8d8lp"))))
(build-system pyproject-build-system)
;; tests: 9 passed
(native-inputs
(list python-flit-core
python-pytest))
(propagated-inputs
(list python-cdflib
python-h5py
python-jinja2
python-netcdf4
python-pandas