mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: python-stsynphot: Update to 1.3.0.
* gnu/packages/astronomy.scm (python-stsynphot): Update to 1.3.0. Change-Id: I48f8a2b20036a97ba8a989c8929cdea42bb4cade
This commit is contained in:
parent
171dbdcb75
commit
3f541f91bb
1 changed files with 2 additions and 2 deletions
|
@ -2858,13 +2858,13 @@ (define-public python-stpipe
|
|||
(define-public python-stsynphot
|
||||
(package
|
||||
(name "python-stsynphot")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stsynphot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qkdh47j84v7fzri7bmi1jcmggdqq0a8byamfm73d8mbz86v8sn4"))))
|
||||
"15m3vy39mc7rh1mrxs8d2bs0bx5vv632m6wg8n15fqjzhadqy7j5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue