guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 123ec7f705e5ebc1530f1cd01e776b3b7026fabe
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 6 21:42:21 2025 +0100

    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
---
 gnu/packages/python-xyz.scm | 9 ++-------
 1 file 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";)

Reply via email to