guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 608e9d06d1400a6a38332c4079e446458c7b5748
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Mar 19 21:24:00 2026 +0000
gnu: python-specreduce: Update to 1.8.0.
* gnu/packages/astronomy.scm (python-specreduce): Update to 1.8.0.
Change-Id: Icb3371193ce040fcc4be3f1d6baedfbca6609efc
---
gnu/packages/astronomy.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9796068e71..f868b54dd4 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9427,21 +9427,16 @@ owners/operators, academia and other entities.")
(define-public python-specreduce
(package
(name "python-specreduce")
- ;; For specutils>=2.0, switch to tag when released.
- (properties '((commit . "b0f657c9bd0d297dd19cc13dec4aefe19aec148e")
- (revision . "0")))
- (version (git-version "1.7.0"
- (assoc-ref properties 'revision)
- (assoc-ref properties 'commit)))
+ (version "1.8.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/astropy/specreduce")
- (commit (assoc-ref properties 'commit))))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fir9hq0s0fv2cilvx7qgqw0f47s4qar9chx87x929qmqrd810s2"))))
+ (base32 "0hs9wax5ri4b17s6d2wfg4c79b6byfivljdlrngfpdxdad5fcaph"))))
(build-system pyproject-build-system)
(arguments
(list