guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 28cad6da873676928a588e97c74c54b999922086
Author: Sharlatan Hellseher <[email protected]>
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 10913839c2..2d23c30887 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8201,20 +8201,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