me
/
guix
Archived
1
0
Fork 0

gnu: python-stdatamodels: Update to 1.8.0.

* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.8.0.
[propagated-inputs]: Remove python-jsonschema.
[native-inputs]: Remove python-pytest-openfiles.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2023-09-07 23:32:25 +01:00 committed by Christopher Baines
parent 20e9fd2bcd
commit 07a9f57a69
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 4 deletions

View File

@ -2526,13 +2526,13 @@ image processing functions: @code{xyxymatch}, @code{geomap}.")
(define-public python-stdatamodels (define-public python-stdatamodels
(package (package
(name "python-stdatamodels") (name "python-stdatamodels")
(version "1.7.1") (version "1.8.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "stdatamodels" version)) (uri (pypi-uri "stdatamodels" version))
(sha256 (sha256
(base32 (base32
"0d7a27myl3xgri3z7yx26mr4dpqnlfhdh5i2ql2miwymi0mx3ij5")))) "003h3f07aqf6s24ivwnps81n2h51k545b236s75l8ppvjrm45xfq"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -2546,13 +2546,11 @@ image processing functions: @code{xyxymatch}, @code{geomap}.")
(propagated-inputs (list python-asdf (propagated-inputs (list python-asdf
python-asdf-astropy python-asdf-astropy
python-astropy python-astropy
python-jsonschema
python-numpy python-numpy
python-psutil)) python-psutil))
(native-inputs (list python-crds (native-inputs (list python-crds
python-pytest python-pytest
python-pytest-doctestplus python-pytest-doctestplus
python-pytest-openfiles
python-scipy python-scipy
python-semantic-version python-semantic-version
python-setuptools-scm)) python-setuptools-scm))