mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01: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
|
(define-public python-jwst
|
||||||
(package
|
(package
|
||||||
(name "python-jwst")
|
(name "python-jwst")
|
||||||
(version "1.12.5")
|
(version "1.13.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jwst" version))
|
(uri (pypi-uri "jwst" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0blrl00lz1snhcnr7j59nh05rnpqxdnfp8hhgagkr50h85q4smrn"))))
|
"0n5cfjayg15kf5p6pns7k2zfcldqz1464ndbldgzanc33fp9wnfz"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue