diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-20 20:52:29 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:03 +0000 |
commit | 9c136c2755f3e8695fbbe62c5c9c63214ae0084b (patch) | |
tree | 79fab41c276cc7e3ed503d1d32acd135c34929b1 | |
parent | 86bdc9ca175685e44160cbba2b56173596a57c32 (diff) |
gnu: python-stsci-stimage: Update to 0.2.10.
* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.2.10.
Change-Id: I917c3ed9456fd2d7a5595c33ddb6da8645aacd2c
-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 82b4aecf1a..a13a4c232d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5467,13 +5467,13 @@ task}.") (define-public python-stsci-stimage (package (name "python-stsci-stimage") - (version "0.2.9") + (version "0.2.10") (source (origin (method url-fetch) (uri (pypi-uri "stsci_stimage" version)) (sha256 (base32 - "18sqmjiyn76hzkmv3g8549vfygi136gnar6pb0s7wb44j7cvc0in")))) + "02qzblw11kfdw9rp2m26zbzlzl3w0dnrhncn383a3sw3dwjn9lpf")))) (build-system pyproject-build-system) (arguments (list |