mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zarr: Update to 2.18.7.
* gnu/packages/python-xyz.scm (python-zarr): Update to 2.18.7. [native-inputs]: Remove python-pytest-doctestplus, python-sphinx, python-sphinx-copybutton, python-sphinx-design, and python-sphinx-issues. Change-Id: I9db3ffe51bb9daba53b0759a4c6a5814ff285b83
This commit is contained in:
parent
e3c7460568
commit
123ec7f705
1 changed files with 2 additions and 7 deletions
|
@ -30161,14 +30161,14 @@ codecs for use in data storage and communication applications.")
|
|||
(define-public python-zarr
|
||||
(package
|
||||
(name "python-zarr")
|
||||
(version "2.18.4")
|
||||
(version "2.18.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zarr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fr41j8mxhbj7psn00416qs3nm12djhhmybgpqdax0q6vpg0wy9p"))))
|
||||
"1xbjjpjskykbdskck5p1f0grh6wq36437ll0n5kazi6s2ipzdf5j"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -30205,11 +30205,6 @@ codecs for use in data storage and communication applications.")
|
|||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-xdist
|
||||
python-pytest-doctestplus
|
||||
python-sphinx
|
||||
python-sphinx-copybutton
|
||||
python-sphinx-design
|
||||
python-sphinx-issues
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/zarr-developers/zarr-python")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue