diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-17 16:54:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:50 +0000 |
| commit | 3bce51fb7facb2dacd6982c3ed2344fb9147043e (patch) | |
| tree | ceb211946bafcfd5eb9ebae53e612997ff40050d | |
| parent | ffc036632b75addce31b9698273b7d59e05a43e6 (diff) | |
gnu: python-pyvo: Update to 1.7.1.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.7.1.
[native-inputs]: Remove python-wheel.
Change-Id: I0ef0a490aa3990d50eeca8a6ae88e03961abd28d
| -rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6479666aad7..a14fdd27ec0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7032,13 +7032,13 @@ spectra, and data.") (define-public python-pyvo (package (name "python-pyvo") - (version "1.7") + (version "1.7.1") (source (origin (method url-fetch) (uri (pypi-uri "pyvo" version)) (sha256 - (base32 "0813ws6g6mns3g3k4xgj54pcp6hw42q47psm7q8jswqhskpxkym6")))) + (base32 "1zr1vwcpypr6hr9h02gprchrhcah1vffcxjvqg9xl2yxj48qzpa1")))) (build-system pyproject-build-system) (arguments (list @@ -7057,8 +7057,7 @@ spectra, and data.") python-pytest-doctestplus python-requests-mock python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-astropy python-defusedxml ; extra requirements |
