summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-19 21:24:00 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-31 21:50:50 +0100
commitb4070862fbde098293ddf282448ddb74dbcbd1e6 (patch)
treeea1c9bf49882175d07a08a69841c7d5bcb82d707 /gnu
parentea39c9393c0826dded83e864df58b8ac74d0d78a (diff)
gnu: python-specreduce: Update to 1.8.0.
* gnu/packages/astronomy.scm (python-specreduce): Update to 1.8.0. Change-Id: Icb3371193ce040fcc4be3f1d6baedfbca6609efc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm11
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b3cbe979c91..e351af7ca29 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9320,21 +9320,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