mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-jwst: Update to 1.13.4.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.13.4. Change-Id: Ib076eb063b316be391efbb47b4e9c8b080e78e27
This commit is contained in:
parent
6827bb02de
commit
85da701988
1 changed files with 2 additions and 2 deletions
|
@ -3686,13 +3686,13 @@ (define-public python-jplephem
|
|||
(define-public python-jwst
|
||||
(package
|
||||
(name "python-jwst")
|
||||
(version "1.12.5")
|
||||
(version "1.13.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "jwst" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0blrl00lz1snhcnr7j59nh05rnpqxdnfp8hhgagkr50h85q4smrn"))))
|
||||
"0n5cfjayg15kf5p6pns7k2zfcldqz1464ndbldgzanc33fp9wnfz"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue