guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 685d91d5b17c55aeba53fc7c3df33d1568bf25d3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 20 21:05:54 2026 +0100
gnu: python-stsci-stimage: Update to 0.3.2.
* gnu/packages/astronomy.scm (python-stsci-stimage): Update to 0.3.2.
[source]: Switch to git-fetch.
---
gnu/packages/astronomy.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1fa09f45e97..ba56827faec 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -12392,13 +12392,16 @@ task}.")
(define-public python-stsci-stimage
(package
(name "python-stsci-stimage")
- (version "0.3.0")
+ (version "0.3.2")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "stsci_stimage" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/spacetelescope/stsci.stimage")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "10vhc2kfryis37k5jkg357z7lhlmyci4makzy50xgh08648ak7cd"))))
+ (base32 "1rm9k14grgcnv6nj5wwqsfxvcylnf35zv547c1n96r6yhd6pkqph"))))
(build-system pyproject-build-system)
(arguments
(list