gnu: python-specutils: Update to 1.14.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.14.0. Change-Id: Ied7078bc28d7b995574fb228797f1d046ea52feb
This commit is contained in:
parent
c500eda4e9
commit
b17886024f
1 changed files with 2 additions and 2 deletions
|
@ -3070,13 +3070,13 @@ of axis order, spatial projections, and spectral units that exist in the wild.
|
||||||
(define-public python-specutils
|
(define-public python-specutils
|
||||||
(package
|
(package
|
||||||
(name "python-specutils")
|
(name "python-specutils")
|
||||||
(version "1.13.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "specutils" version))
|
(uri (pypi-uri "specutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cfsigvsa0i7z2nq9ci9gxccp074kqsgr01xi2npk8xf7cjisrfq"))))
|
(base32 "06l0k8hi4hbfs825cnw948nnkl627g3w48n2pf9rspbvd3vbs2qf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue