summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-21 11:04:27 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 11:40:48 +0000
commit532e6a311c51fa033071853c03f83c4b62cd0a8d (patch)
tree006f88427edcc9d3541954aa47f4dbd14ef9c786 /gnu
parent76c6cbe909ba6894961d13dd85f5c5ebcafe9912 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e7031b186c0..65f01f89033 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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