gnu: python-regions: Update to 0.6.

* gnu/packages/astronomy.scm (python-regions): Update to 0.6.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Sharlatan Hellseher 2022-10-19 21:29:48 +01:00 committed by Liliana Marie Prikler
parent 63c113976c
commit 7513cc6dd9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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