sharlatan pushed a commit to branch master
in repository guix.

commit a9026661cc00a3ce16d876816d9b8e8d222596d3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 18 10:15:35 2024 +0100

    gnu: python-astropy: Update to 6.1.1.
    
    * gnu/packages/astronomy.scm (python-astropy): Update to 6.1.1.
    
    Change-Id: Id33b4b4d685e65c0bed89cfbb867be765d8dcf89
---
 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 705037e469..b419a2039d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1636,13 +1636,13 @@ objects.")
 (define-public python-astropy
   (package
     (name "python-astropy")
-    (version "6.1.0")
+    (version "6.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "astropy" version))
        (sha256
-        (base32 "03wm12bpfifvjbvf7rixv9yr5ya5c9gy9p0dff862mxi21gr2fvc"))
+        (base32 "0f31wgjg22phcx8fw7p612qp3v2ak7nziisnsnwaqc0wj5fz9ip5"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to