gnu: python-pyvo: Update to 1.6.1.

* gnu/packages/astronomy.scm (python-pyvo): Update to 1.6.1.
[propagated-inputs]: Add python-defusedxml.

Change-Id: I9aedd6c2f6f9459739ae65505035bee61531afa7
This commit is contained in:
Sharlatan Hellseher 2025-02-17 18:52:53 +00:00
parent d08fa792fc
commit a1991143df
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4783,13 +4783,13 @@ interest, and which require portability between platforms or ease of scripting."
(define-public python-pyvo
(package
(name "python-pyvo")
(version "1.6")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyvo" version))
(sha256
(base32 "1ahcazgxhmxscjgz58mxw75k9g0xm7iffnc4lqfbm3h0wqiz8vnv"))))
(base32 "0hfdsb6yqda6g987b96jqaw4kqj4qh9qz3am6inx0nl2m5y735pq"))))
(build-system pyproject-build-system)
(arguments
(list
@ -4802,7 +4802,8 @@ interest, and which require portability between platforms or ease of scripting."
python-wheel))
(propagated-inputs
(list python-astropy
python-pillow
python-defusedxml ; extra requirements
python-pillow ; extra requirements
python-requests))
(home-page "https://github.com/astropy/pyvo")
(synopsis "Access Virtual Observatory data and services")