mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyvo: Update to 1.6.
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.6. Change-Id: Iff2f08d372f950193c53f394d73be07b1f0a1de4
This commit is contained in:
parent
aeada768d7
commit
12fcf98071
1 changed files with 5 additions and 2 deletions
|
@ -4271,14 +4271,17 @@ 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.5.3")
|
(version "1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyvo" version))
|
(uri (pypi-uri "pyvo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zlqn7qflv5ipmlqkq85qjgggz84zi67jm45w4ayfapmhh74sa7x"))))
|
(base32 "1ahcazgxhmxscjgz58mxw75k9g0xm7iffnc4lqfbm3h0wqiz8vnv"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:test-flags #~(list "--pyargs" "pyvo")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest-astropy
|
(list python-pytest-astropy
|
||||||
python-requests-mock
|
python-requests-mock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue