mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-jwst: Update to 1.15.1.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.15.1. Change-Id: I19b2c0eb1a27857c5df1b2c356248c279adeab81
This commit is contained in:
parent
087ec72e15
commit
695a3ba8e7
1 changed files with 2 additions and 2 deletions
|
@ -4147,13 +4147,13 @@ (define-public python-jplephem
|
|||
(define-public python-jwst
|
||||
(package
|
||||
(name "python-jwst")
|
||||
(version "1.14.0")
|
||||
(version "1.15.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "jwst" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0knl2x0z3djsln8mi3a4bkxjz49iwmnr1v6wwsk13zvpkfq21vv4"))
|
||||
"1nl5fixakqvjhg9q5biivwaqpi6lzx9w4fq0n6imwccag2gv1va3"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue