gnu: python-regions: Update to 0.7.
* gnu/packages/astronomy.scm (python-regions): Update to 0.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
011032815c
commit
2f7c460182
|
@ -1420,13 +1420,13 @@ Virtual observatory (VO) using Python.")
|
||||||
(define-public python-regions
|
(define-public python-regions
|
||||||
(package
|
(package
|
||||||
(name "python-regions")
|
(name "python-regions")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "regions" version))
|
(uri (pypi-uri "regions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p95bxxw4dgd16rh1yj7zvfbijk52dqvqj20nj6q8kr5ms08acl0"))))
|
(base32 "08wsg9kxnki5pz8gdp81bq06jdmsip382fl02rvnr96cvzr7wf3m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "pytest"
|
`(#:test-target "pytest"
|
||||||
|
|
Reference in New Issue