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

commit b28aba959355044368a20be9453586d71a836576
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:47:07 2026 +0000

    gnu: python-swiftgalaxy: Update to 2.3.1.
    
    * gnu/packages/astronomy.scm (python-swiftgalaxy): Update to 2.3.1.
    
    Change-Id: I81eaba9ab7a7f809275251d3a0843bb5e7ce92c7
---
 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 b4ec84822d..9291299866 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10482,7 +10482,7 @@ object.")
 (define-public python-swiftgalaxy
   (package
     (name "python-swiftgalaxy")
-    (version "1.2.1") ;the latest compatible with [email protected]
+    (version "2.3.1")
     (source
      (origin
        (method git-fetch)
@@ -10491,7 +10491,7 @@ object.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ywgjhv6h9cm052gjfhsiavy9s2czv1m9y8fnrfcidh72fks81d4"))))
+        (base32 "06sb3s7n5617ygm3jg40ki2py0223nf4v86f7r6rdm0q9v9xgyg4"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ;tests need to download remote datasets

Reply via email to