guix_mirror_bot pushed a commit to branch astro-updates
in repository guix.

commit ed11e3f49acb1af3dc1cd50623759e4fe57b7460
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 c089c27af7..75d4fd21bc 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8550,13 +8550,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
@@ -8571,8 +8571,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
@@ -8580,7 +8579,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.")

Reply via email to