mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
76c6cbe909
commit
532e6a311c
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue