guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 3c3becfb57cb812df7cf51053f3b229012cbfe07 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Jul 22 11:04:39 2025 +0100 gnu: python-stpipe: Update to 0.10.0. * gnu/packages/astronomy.scm (python-stpipe): Update to 0.10.0. Change-Id: Ie6b5e9ddc75ecf476e1d45be1c8ab69856c32e9d --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5b40193610..9c0c217219 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6646,13 +6646,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (define-public python-stpipe (package (name "python-stpipe") - (version "0.9.0") + (version "0.10.0") (source (origin (method url-fetch) (uri (pypi-uri "stpipe" version)) (sha256 - (base32 "0am7bb7msa3pa694lsh6q461zybczki806a8llfns0hx721wzipq")) + (base32 "1z5y8sbpkzxccvxwv19as2a8c69f3l01kgmicsk472p91bbm8v31")) (modules '((guix build utils))) (snippet '(begin
