gnu: python-jwst: Update to 1.12.5.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.12.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
53a4452e98
commit
2f33ac988c
|
@ -3424,13 +3424,13 @@ milliarcsecond).")
|
||||||
(define-public python-jwst
|
(define-public python-jwst
|
||||||
(package
|
(package
|
||||||
(name "python-jwst")
|
(name "python-jwst")
|
||||||
(version "1.12.3")
|
(version "1.12.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jwst" version))
|
(uri (pypi-uri "jwst" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bw7i0pmpdgk2zf47d57g45hm3yb4wbrf1p19z9vg555qv4f4kr5"))))
|
"0blrl00lz1snhcnr7j59nh05rnpqxdnfp8hhgagkr50h85q4smrn"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue