guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: python-sunpy: Update to 4.1.1.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: python-sunpy: Update to 4.1.1.
    
    * gnu/packages/astronomy.scm (python-sunpy): Update to 4.1.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 f8e1bd4bcd..e7b53833f8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1544,13 +1544,13 @@ orbits described in TLE files.")
 (define-public python-sunpy
   (package
     (name "python-sunpy")
-    (version "4.0.6")
+    (version "4.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sunpy" version))
        (sha256
-        (base32 "0aiirb6l8zshdrpsvh6d5ki759ah9zfm9gbl0in985hprwwxyrq1"))))
+        (base32 "1h8dnsic96bxm5l278vk6jj5h4bh1b143fghsvv5rhigk137vysp"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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