mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-specutils: Update to 1.13.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.13.0. Change-Id: Ic935f471fd9f5e27745c370940e3f70f715d2ca4
This commit is contained in:
parent
2b8e62cba5
commit
a2f7238aaa
1 changed files with 2 additions and 2 deletions
|
@ -2933,13 +2933,13 @@ (define-public python-spectral-cube
|
||||||
(define-public python-specutils
|
(define-public python-specutils
|
||||||
(package
|
(package
|
||||||
(name "python-specutils")
|
(name "python-specutils")
|
||||||
(version "1.12.0")
|
(version "1.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "specutils" version))
|
(uri (pypi-uri "specutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10nq00q71cyj0p74g3kyzb4hrwkbvhsd6m5zvxifc035rfnvc2qv"))))
|
(base32 "0cfsigvsa0i7z2nq9ci9gxccp074kqsgr01xi2npk8xf7cjisrfq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue