diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-17 18:52:53 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-28 22:44:02 +0000 |
commit | a1991143df8833a327e04ea1868f11e6d7426f84 (patch) | |
tree | 92210bc6aacca69f15a1803f4a57dd78dd456775 /gnu/packages/astronomy.scm | |
parent | d08fa792fc40c68470c5e9eb820f9dc888caa5f9 (diff) |
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
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1d252cc6f4..04e7bf7925 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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") |