guix-patches
[Top][All Lists]
Advanced

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

[bug#61012] [PATCH 2/3] gnu: python-sunpy: Update to 4.1.1.


From: Sharlatan Hellseher
Subject: [bug#61012] [PATCH 2/3] gnu: python-sunpy: Update to 4.1.1.
Date: Sun, 22 Jan 2023 23:58:06 +0000

* gnu/packages/astronomy.scm (python-sunpy): Update to 4.1.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 f8e1bd4bcd..e7b53833f8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1544,13 +1544,13 @@ (define-public python-sgp4
 (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
-- 
2.39.1






reply via email to

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