guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 2f1136b00751ab935d4d4014e5a44ae46d0b2a7e Author: Sharlatan Hellseher <[email protected]> AuthorDate: Wed Oct 15 09:39:18 2025 +0100 gnu: python-stpipe: Update to 0.11.1. * gnu/packages/astronomy.scm (python-stpipe): Update to 0.11.1. [native-inputs]: Remove python-wheel. [synopses]: Clarify it by mentioning the framework ecosystem. Change-Id: I102467ef38e5bc88c210b98ce3f7ce460522cf64 --- gnu/packages/astronomy.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1abd7168b9..95487e6bcd 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8590,13 +8590,13 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (define-public python-stpipe (package (name "python-stpipe") - (version "0.10.0") + (version "0.11.1") (source (origin (method url-fetch) (uri (pypi-uri "stpipe" version)) (sha256 - (base32 "1z5y8sbpkzxccvxwv19as2a8c69f3l01kgmicsk472p91bbm8v31")) + (base32 "1and1hjlwbmqb2nkw04gmp7q0nrnc0s22vgkq6bfs78c77z7cswf")) (modules '((guix build utils))) (snippet '(begin @@ -8611,8 +8611,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and (list python-pytest python-pytest-doctestplus python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-asdf python-astropy @@ -8620,7 +8619,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and python-importlib-metadata python-pyyaml)) (home-page "https://github.com/spacetelescope/stpipe") - (synopsis "Framework for calibration pipeline software") + (synopsis "STScI framework for calibration pipeline software") (description "This package provides base classes and command-line tools for implementing calibration pipeline software.")
