Skip to content

Commit 9b6c218

Browse files
committed
gnu: python-astroquery: Update to 0.4.11.
This version provides support for a newer setuptools, see: <astropy/astroquery#3309>, <astropy/astroquery#3311>. * gnu/packages/astronomy.scm (python-astroquery): Update to 0.4.11. [native-inputs]: Remove python-wheel. Change-Id: Iccbb4cc3126100d532b1a42563ec7b76b4bccafa
1 parent 2fe6c2c commit 9b6c218

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

gnu/packages/astronomy.scm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,13 +2900,13 @@ celestial-to-terrestrial coordinate transformations.")
29002900
(define-public python-astroquery
29012901
(package
29022902
(name "python-astroquery")
2903-
(version "0.4.10")
2903+
(version "0.4.11")
29042904
(source
29052905
(origin
29062906
(method url-fetch)
29072907
(uri (pypi-uri "astroquery" version))
29082908
(sha256
2909-
(base32 "01m4sp35vgyc816gyvvajah3pa6sa0w15hzv80bn93ipvblr3kga"))))
2909+
(base32 "0crb0h39bs389y8x3vbl6kczbqwklnn9pkfmfgkhgyn7vndm4dsm"))))
29102910
(build-system pyproject-build-system)
29112911
(arguments
29122912
(list
@@ -2944,8 +2944,7 @@ celestial-to-terrestrial coordinate transformations.")
29442944
python-pytest-astropy
29452945
python-pytest-dependency
29462946
python-pytest-doctestplus
2947-
python-setuptools
2948-
python-wheel))
2947+
python-setuptools))
29492948
(propagated-inputs
29502949
(list python-astropy
29512950
python-astropy-healpix

0 commit comments

Comments
 (0)