guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 945b4166bcf8bf35947c363d7649079ad4877923
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 20 00:33:47 2025 +0000

    gnu: python-asdf-astropy: Update to 0.9.0.
    
    * gnu/packages/astronomy.scm (python-asdf-astropy): Update to 0.9.0.
    
    Change-Id: Ieef85f56a1178f1fe1bed7dce1ce473966f9168b
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 47b3bb8e4a..69f542c418 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2226,13 +2226,13 @@ implementation of the ASDF Standard.")
 (define-public python-asdf-astropy
   (package
     (name "python-asdf-astropy")
-    (version "0.8.0")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "asdf_astropy" version))
        (sha256
-        (base32 "15wyxh9afqdzmr90d5hmbkamrz3jfwcx8qhkpbbjikyby8biy26f"))))
+        (base32 "0hsm9brcq92x0mhayc067skzxm0gvkl9m04af98fac3jhn08favv"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to