guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 0cc5478016779bf0bc72025a6f612cd0a6ad29d1
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 7cd5a766ea..f82902c74f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10743,7 +10743,7 @@ object.")
(define-public python-swiftgalaxy
(package
(name "python-swiftgalaxy")
- (version "2.3.1")
+ (version "2.3.2")
(source
(origin
(method git-fetch)
@@ -10752,7 +10752,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