mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-specutils: Update to 1.19.0.
* gnu/packages/astronomy.scm (python-specutils): Update to 1.19.0. Change-Id: Ic90ecae2032682f893f7bfd7c4521d02d906fec1
This commit is contained in:
parent
d5bc9a94a1
commit
3b386a922b
1 changed files with 2 additions and 2 deletions
|
@ -4748,13 +4748,13 @@ (define-public python-spectral-cube
|
|||
(define-public python-specutils
|
||||
(package
|
||||
(name "python-specutils")
|
||||
(version "1.18.0")
|
||||
(version "1.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "specutils" version))
|
||||
(sha256
|
||||
(base32 "16fwazgk1cbqd9njrmwg4xyxg4qykv8c5mk5bzxwz1q5arjc8cy7"))))
|
||||
(base32 "1iwkrs436z8xrzwl5rkla8nimyfrx5ydklghm41xgzr27nkvqa12"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue