~ruther/guix-local

cb0bd5ee64b475d25222113bac2aeb2b5d9f01ae — Sharlatan Hellseher 6 months ago 2e307cf
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
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -4
@@ 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