gnu: python-stcal: Update to 1.4.2.

* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.2.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Sharlatan Hellseher 2023-07-27 00:15:44 +01:00 committed by Andreas Enge
parent d8ef4eef3d
commit 6f0d48ac71
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2491,13 +2491,13 @@ (define-public python-stsci-stimage
(define-public python-stcal
(package
(name "python-stcal")
(version "1.3.7")
(version "1.4.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "stcal" version))
(sha256
(base32
"0yy0pwi3krvhxfby6nzgpgyz5il3sl1j29ihbk81dh9fdh3ys2n9"))))
"163vyqcd9qv2knf8jik8y449z7ljl2lvbd7im82bq61prgi3z2hj"))))
(build-system pyproject-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases