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