guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#61012] [PATCH 1/3] gnu: python-astropy: Update to 5.2.1.


From: Sharlatan Hellseher
Subject: [bug#61012] [PATCH 1/3] gnu: python-astropy: Update to 5.2.1.
Date: Sun, 22 Jan 2023 23:58:05 +0000

* gnu/packages/astronomy.scm (python-astropy): Update to 5.2.1.
---
 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 2b5efc84a8..f8e1bd4bcd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -984,13 +984,13 @@ (define-public celestia-gtk
 (define-public python-astropy
   (package
     (name "python-astropy")
-    (version "5.1.1")
+    (version "5.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "astropy" version))
        (sha256
-        (base32 "10dxjim60ch4qznqa5s63q936mkvy95p0k26kcwzv43hmybdcjxs"))
+        (base32 "08xc6brs7xwiqchhsjq8l10p6qc5p68cfxps7s889spqfyh2gbpn"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.39.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]