guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit bc6f1bae47c51b47720bc45ea6251b090eea5fa3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 7 19:20:38 2026 +0100

    gnu: python-asdf-zarr: Update to 0.0.4-1.06a7b4b.
    
    * gnu/packages/astronomy.scm (python-asdf-zarr): Update to
    06a7b4baf6d98c95dc03bb76de671e614f771a4f commit.
    [native-inputs]: Add python-pytest-asyncio.
---
 gnu/packages/astronomy.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3edc0807ab..499d06889d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2701,9 +2701,9 @@ install an implementation package such as gwcs.")
 (define-public python-asdf-zarr
   (package
     (name "python-asdf-zarr")
-    ;; To support latest ASDF.
-    (properties '((commit . "df31d9008b07d2a2c0f47df2d550a0bbd4151bb5")
-                  (revision . "0")))
+    ;; 0.0.4 (2024-06-28); to support latest Zarr.
+    (properties '((commit . "06a7b4baf6d98c95dc03bb76de671e614f771a4f")
+                  (revision . "1")))
     (version (git-version "0.0.4"
                           (assoc-ref properties 'revision)
                           (assoc-ref properties 'commit)))
@@ -2715,10 +2715,11 @@ install an implementation package such as gwcs.")
               (commit (assoc-ref properties 'commit))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "09ba9740wf0vlmyql2pv6ll8vf76p2w6nc28m8dnpmbyqib7cx2v"))))
+        (base32 "11gj9d3lhv3a3ygfpyiddrfqridg6f363s9mjdl8ygji08lz5mrb"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest
+           python-pytest-asyncio
            python-setuptools
            python-setuptools-scm))
     (propagated-inputs

Reply via email to