guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: python-astropy: Update to 5.2.1.


From: guix-commits
Subject: 06/09: gnu: python-astropy: Update to 5.2.1.
Date: Fri, 27 Jan 2023 12:18:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e858cd9105bb9a41467c3524c4bb764e70bb8f5a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 22 23:58:05 2023 +0000

    gnu: python-astropy: Update to 5.2.1.
    
    * gnu/packages/astronomy.scm (python-astropy): Update to 5.2.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 @@ accurately in real time at any rate desired.")
 (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



reply via email to

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