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

commit 8b13457b02ddc4a043de731509ca3fe4dbae54fc
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 00:04:01 2026 +0000

    gnu: python-spisea: Update to 2.2.
    
    * gnu/packages/astronomy.scm (python-spisea): Update to 2.2.
    
    Change-Id: Ib2c153ebeec53d3a80e2515b9e7524d79502de6b
---
 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 affbffc896..20ba896637 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9669,7 +9669,7 @@ spherical polygons that represent arbitrary regions of 
the sky.")
 (define-public python-spisea
   (package
     (name "python-spisea")
-    (version "2.1.15")
+    (version "2.2")
     (source
      (origin
        (method git-fetch)
@@ -9678,7 +9678,7 @@ spherical polygons that represent arbitrary regions of 
the sky.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18zzyply7mxf3ahlfy33i7hbwrz4abq676gjq66w7wbh7g3b6yy6"))))
+        (base32 "0a0yqzzaplcnv891pvx30yjr37wv5hdgickffr8qgx3r1d9041fy"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to