1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 06:35:58 +02:00

gnu: python-stdatamodels: Update to 2.1.1.

* gnu/packages/astronomy.scm (python-stdatamodels): Update to 2.1.1.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Iec917b39410ea356152a77308e5b77562da0cc5b
This commit is contained in:
Sharlatan Hellseher
2024-10-07 21:17:37 +01:00
parent 48ab43ef56
commit b13f75ee6d
+5 -3
View File
@@ -4752,13 +4752,13 @@ processing functions: @code{xyxymatch}, @code{geomap}.")
(define-public python-stdatamodels
(package
(name "python-stdatamodels")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stdatamodels" version))
(sha256
(base32 "0bgb0n1nqwnvd6bh0f1cnbk3j2yygch88l9834hmsns4rg1ak6j9"))))
(base32 "08zkr0amc65dj2lr90d2r29cj23f8h0ms94qmmcgcq2r4xlpna10"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4784,7 +4784,9 @@ processing functions: @code{xyxymatch}, @code{geomap}.")
python-pytest-doctestplus
python-pytest-xdist
python-scipy
python-setuptools-scm))
python-setuptools
python-setuptools-scm
python-wheel))
(home-page "https://github.com/spacetelescope/stdatamodels")
(synopsis
"Core support for DataModel classes used in calibration pipelines")