Archived
1
0
Fork 0

gnu: python-pyvo: Update to 1.5.

* gnu/packages/astronomy.scm (python-pyvo): Update to 1.5.
[propagated-inputs]: Remove python-mimeparse.

Change-Id: I4d3e19b95c034cf3c82cec55a198d9a927934971
This commit is contained in:
Sharlatan Hellseher 2024-01-14 20:53:57 +00:00
parent 01b0ed5a6d
commit 4a68e6aabf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2282,18 +2282,18 @@ 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.4.2") (version "1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyvo" version)) (uri (pypi-uri "pyvo" version))
(sha256 (sha256
(base32 "1jwmgpavw80mf9sigfz5p2cqh6vz5mvm11ziqmdp5zdccn42kzk6")))) (base32 "1kyd4jbspldfpwwvwxfmhq2cxqp4kfbcsiyk4gjs0ib65idxdr45"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pytest-astropy python-requests-mock python-setuptools-scm)) (list python-pytest-astropy python-requests-mock python-setuptools-scm))
(propagated-inputs (propagated-inputs
(list python-astropy python-mimeparse python-pillow python-requests)) (list python-astropy python-pillow 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")
(description (description