guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit b79210277bc222c0f4d81b26db0e43aa85fe8483
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 17 16:40:11 2025 +0100

    gnu: python-sunraster: Update to 0.7.0.
    
    * gnu/packages/astronomy.scm (python-sunraster): Update to 0.7.0.
    
    Change-Id: I17b6ba7e3d6f1e93e522352d43f7d630e944d06a
---
 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 b6e6ba1c85..b228c3fe03 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9551,13 +9551,13 @@ to the SolarSoft data analysis environment.")
 (define-public python-sunraster
   (package
     (name "python-sunraster")
-    (version "0.6.2")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sunraster" version))
        (sha256
-        (base32 "0rpxarw108igdgxvdz1g63yhyam6mgkpp7l1kkcxqyqv9najnrh4"))))
+        (base32 "11i4kssm9r2364s35jjy29y42qlcdxaf8h64l9ggrqgbg02anckz"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to