mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-specreduce: Update to 1.8.0.
* gnu/packages/astronomy.scm (python-specreduce): Update to 1.8.0. Change-Id: Icb3371193ce040fcc4be3f1d6baedfbca6609efc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user