From b4070862fbde098293ddf282448ddb74dbcbd1e6 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 19 Mar 2026 21:24:00 +0000 Subject: [PATCH] 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 b3cbe979c9..e351af7ca2 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