mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
ee3e3f36c0
commit
4922925d67
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue