diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-02 21:18:28 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:11 +0100 |
| commit | f763d61368f7db4226cef24681881f30f8c8f4c9 (patch) | |
| tree | 4452b9230fcd5bee48327f654af3fb59080d73a5 /gnu | |
| parent | 5cd3c792bbed7ef7cc5b51fbfaef8581e9acb1ba (diff) | |
gnu: python-stdatamodels: Update to 1.10.1.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.10.1.
Change-Id: Ib1626de00fbd060212b125c3a52e116aa126727e
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 968a6ae2c97..c323feacb31 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -3274,13 +3274,13 @@ image processing functions: @code{xyxymatch}, @code{geomap}.") | |||
| 3274 | (define-public python-stdatamodels | 3274 | (define-public python-stdatamodels |
| 3275 | (package | 3275 | (package |
| 3276 | (name "python-stdatamodels") | 3276 | (name "python-stdatamodels") |
| 3277 | (version "1.10.0") | 3277 | (version "1.10.1") |
| 3278 | (source | 3278 | (source |
| 3279 | (origin | 3279 | (origin |
| 3280 | (method url-fetch) | 3280 | (method url-fetch) |
| 3281 | (uri (pypi-uri "stdatamodels" version)) | 3281 | (uri (pypi-uri "stdatamodels" version)) |
| 3282 | (sha256 | 3282 | (sha256 |
| 3283 | (base32 "00zc7z3f2fjvmms2h7176wnzjb025v0aasc6fiib9055sk34bc94")))) | 3283 | (base32 "1h0imp6j9qrjadhvvqcgrx6dq94qhi0023c8c8r2wddhqrh0h5lg")))) |
| 3284 | (build-system pyproject-build-system) | 3284 | (build-system pyproject-build-system) |
| 3285 | (arguments | 3285 | (arguments |
| 3286 | (list | 3286 | (list |
