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>
This commit is contained in:
Sharlatan Hellseher 2023-01-22 23:58:07 +00:00 committed by Ludovic Courtès
parent 011032815c
commit 2f7c460182
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1420,13 +1420,13 @@ (define-public python-pyvo
(define-public python-regions
(package
(name "python-regions")
(version "0.6")
(version "0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "regions" version))
(sha256
(base32 "0p95bxxw4dgd16rh1yj7zvfbijk52dqvqj20nj6q8kr5ms08acl0"))))
(base32 "08wsg9kxnki5pz8gdp81bq06jdmsip382fl02rvnr96cvzr7wf3m"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"