gnu: python-astroquery: Update to 0.4.11.

This version provides support for a newer setuptools, see:
<https://github.com/astropy/astroquery/issues/3309>,
<https://github.com/astropy/astroquery/pull/3311>.

* gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.11.
[native-inputs]: Remove python-wheel.

Change-Id: Iccbb4cc3126100d532b1a42563ec7b76b4bccafa
This commit is contained in:
Sharlatan Hellseher 2025-09-21 12:53:22 +01:00
parent ee3e3f36c0
commit 4922925d67
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2900,13 +2900,13 @@ celestial-to-terrestrial coordinate transformations.")
(define-public python-astroquery
(package
(name "python-astroquery")
(version "0.4.10")
(version "0.4.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astroquery" version))
(sha256
(base32 "01m4sp35vgyc816gyvvajah3pa6sa0w15hzv80bn93ipvblr3kga"))))
(base32 "0crb0h39bs389y8x3vbl6kczbqwklnn9pkfmfgkhgyn7vndm4dsm"))))
(build-system pyproject-build-system)
(arguments
(list
@ -2944,8 +2944,7 @@ celestial-to-terrestrial coordinate transformations.")
python-pytest-astropy
python-pytest-dependency
python-pytest-doctestplus
python-setuptools
python-wheel))
python-setuptools))
(propagated-inputs
(list python-astropy
python-astropy-healpix