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

commit 39a42cc216059d1f599af85cf26b00d51aa80f35
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Aug 21 19:37:55 2025 +0100

    gnu: python-stsci-skypac: Update to 1.0.11.
    
    * gnu/packages/astronomy.scm (python-stsci-skypac): Update to 1.0.11.
    [native-inputs]: Remove python-setuptools and python-wheel; add 
python-setuptools-next.
    
    Change-Id: Ibe2dab68e64b1a9961c26c2f60e82f14f9633249
---
 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 af3da4388f..9701b55ea6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8204,20 +8204,19 @@ task}.")
 (define-public python-stsci-skypac
   (package
     (name "python-stsci-skypac")
-    (version "1.0.10")
+    (version "1.0.11")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "stsci_skypac" version))
        (sha256
-        (base32 "0amfknfxzrmia0d8x83i9h2v5760ynvfgfs0kzpb1ib0vyaci671"))))
+        (base32 "1pfgcgcgwvlil4m0v7d6raya70s74knimfh8yn634kapf24xxy1k"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f)) ; no tests in PyPI or git
     (native-inputs
-     (list python-setuptools
-           python-setuptools-scm-next
-           python-wheel))
+     (list python-setuptools-next
+           python-setuptools-scm-next))
     (propagated-inputs
      (list python-astropy
            python-numpy

Reply via email to