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:
Sharlatan Hellseher 2025-08-06 21:42:21 +01:00
parent e3c7460568
commit 123ec7f705
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")