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

commit 79c87dd4059f3f7bbe5fb67e0d2a5d902180ae1a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 01:11:42 2026 +0000

    gnu: python-swiftgalaxy: Update to 2.3.2.
    
    * gnu/packages/astronomy.scm (python-swiftgalaxy): Update to 2.3.2.
    
    Change-Id: I7cf29ef8d7ae80c192bfb603c908faf37bcc659f
---
 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 13474f9292..a280ed9223 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10695,7 +10695,7 @@ object.")
 (define-public python-swiftgalaxy
   (package
     (name "python-swiftgalaxy")
-    (version "2.3.1")
+    (version "2.3.2")
     (source
      (origin
        (method git-fetch)
@@ -10704,7 +10704,7 @@ object.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06sb3s7n5617ygm3jg40ki2py0223nf4v86f7r6rdm0q9v9xgyg4"))))
+        (base32 "0bgh5wb9vzblsp2whjma2d6agpgkd2g7gq5klmk4pi8s9w7lz8mh"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ;tests need to download remote datasets

Reply via email to