diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-06 21:42:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-07 18:33:37 +0100 |
| commit | 123ec7f705e5ebc1530f1cd01e776b3b7026fabe (patch) | |
| tree | a52a4306e484cd6278a192fab491105e634b232b /gnu/packages/python-xyz.scm | |
| parent | e3c74605689efc25387a590c2d9a7a429fc0e73d (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a9d8f65642..3bf128b976 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
