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
This commit is contained in:
Sharlatan Hellseher 2025-08-21 19:37:55 +01:00 committed by Andrew Tropin
parent 25a8b05db5
commit 28cad6da87
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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