diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-07 21:17:37 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:17 +0000 |
commit | b13f75ee6dc5253537967a4646170a7b2630e893 (patch) | |
tree | 62f823ae6e52e55964911d70d7726f2e42cc9d41 | |
parent | 48ab43ef569eb929401a80e80922aeac06c39bec (diff) | |
download | guix-b13f75ee6dc5253537967a4646170a7b2630e893.tar guix-b13f75ee6dc5253537967a4646170a7b2630e893.tar.gz |
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
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 94c9505cd8..00314365f4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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") |