mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: python-specutils: Update to 1.15.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.15.0. Change-Id: I43f19ce39574a497097f4605dc2a18f6fd6343e9 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
6929eaec0e
commit
a7431e37c9
1 changed files with 2 additions and 2 deletions
|
@ -3130,13 +3130,13 @@ (define-public python-spectral-cube
|
|||
(define-public python-specutils
|
||||
(package
|
||||
(name "python-specutils")
|
||||
(version "1.14.0")
|
||||
(version "1.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "specutils" version))
|
||||
(sha256
|
||||
(base32 "06l0k8hi4hbfs825cnw948nnkl627g3w48n2pf9rspbvd3vbs2qf"))))
|
||||
(base32 "0gx90dn9vmbvd7a53xb7a51jabskrad52g7imgy0ih1jchdls2pj"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue