mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-pyvo: Update to 1.5.3.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.5.3. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I75aac22869320c78cd036c3be1ffe6892469ee59
This commit is contained in:
parent
1c8b774584
commit
abf8999eee
1 changed files with 10 additions and 4 deletions
|
@ -3970,18 +3970,24 @@ (define-public python-pyavm
|
|||
(define-public python-pyvo
|
||||
(package
|
||||
(name "python-pyvo")
|
||||
(version "1.5.2")
|
||||
(version "1.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyvo" version))
|
||||
(sha256
|
||||
(base32 "0wcg3jhfwjd9gqs74mw63sgi1yhmgljx1bwk3mxn0p6fv924r8mq"))))
|
||||
(base32 "0zlqn7qflv5ipmlqkq85qjgggz84zi67jm45w4ayfapmhh74sa7x"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest-astropy python-requests-mock python-setuptools-scm))
|
||||
(list python-pytest-astropy
|
||||
python-requests-mock
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-astropy python-pillow python-requests))
|
||||
(list python-astropy
|
||||
python-pillow
|
||||
python-requests))
|
||||
(home-page "https://github.com/astropy/pyvo")
|
||||
(synopsis "Access Virtual Observatory data and services")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue