~ruther/guix-local

f730baee59722fdd8438fe444aed87d77c88c973 — Sharlatan Hellseher 2 years ago 4bf460b
gnu: python-pyvo: Update to 1.5.1.

* gnu/packages/astronomy.scm (python-pyvo): Update to 1.5.1.

Change-Id: I51228822626a0fac9013580a7bfb7160980ac8fb
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -2
@@ 2512,13 2512,13 @@ interest, and which require portability between platforms or ease of scripting."
(define-public python-pyvo
  (package
    (name "python-pyvo")
    (version "1.5")
    (version "1.5.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "pyvo" version))
       (sha256
        (base32 "1kyd4jbspldfpwwvwxfmhq2cxqp4kfbcsiyk4gjs0ib65idxdr45"))))
        (base32 "0cm6agaf1gvc5bi95wx6a70ngj9vn95rx78fs59vlrmpww7q2807"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest-astropy python-requests-mock python-setuptools-scm))