diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-20 22:21:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-04-30 21:36:13 +0100 |
| commit | c8a468047c4a4281a355df8aa41a9019d5df3190 (patch) | |
| tree | f1024e7ab4cd5bfb120d16d81ce0527c7785c0a2 /gnu | |
| parent | 595f9440b7d7bdf3023158927b0650b77847caba (diff) | |
gnu: python-stsci-stimage: Update to 0.2.8.
* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.2.8.
Change-Id: Ib2f8b9544bc732959d87527d2c55f274dab4393b
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index f5b523811c3..ca25b979143 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -3242,13 +3242,13 @@ task}.") | |||
| 3242 | (define-public python-stsci-stimage | 3242 | (define-public python-stsci-stimage |
| 3243 | (package | 3243 | (package |
| 3244 | (name "python-stsci-stimage") | 3244 | (name "python-stsci-stimage") |
| 3245 | (version "0.2.6") | 3245 | (version "0.2.8") |
| 3246 | (source (origin | 3246 | (source (origin |
| 3247 | (method url-fetch) | 3247 | (method url-fetch) |
| 3248 | (uri (pypi-uri "stsci.stimage" version)) | 3248 | (uri (pypi-uri "stsci_stimage" version)) |
| 3249 | (sha256 | 3249 | (sha256 |
| 3250 | (base32 | 3250 | (base32 |
| 3251 | "0i7xby1gaiplvbqqv8a4f4cw1is8fwj89mix1z3bqrykqi3n24g0")))) | 3251 | "0p188my6djy65a8j6qsc3v0dpr2svqqv90n0pxxzy52vdjiz3w0w")))) |
| 3252 | (build-system pyproject-build-system) | 3252 | (build-system pyproject-build-system) |
| 3253 | (arguments | 3253 | (arguments |
| 3254 | (list | 3254 | (list |
