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

commit 641d36ddeddfec8e6a0dcf469f998ddb2e28c58b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:44:31 2026 +0000

    gnu: python-stpsf: Update to 2.2.0.
    
    * gnu/packages/astronomy.scm (python-stpsf): Update to 2.2.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: Icc4efb106e5c7e4451213b4da45ab591c70dc1b8
---
 gnu/packages/astronomy.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 142ce53e1d..99e7a8083f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9721,7 +9721,7 @@ implementing calibration pipeline software.")
 (define-public python-stpsf
   (package
     (name "python-stpsf")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
@@ -9740,8 +9740,7 @@ implementing calibration pipeline software.")
       #:tests? #f))
     (native-inputs
      (list python-setuptools
-           python-setuptools-scm
-           python-wheel))
+           python-setuptools-scm))
     (propagated-inputs
      (list python-astropy
            python-astroquery

Reply via email to