me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 2 additions and 2 deletions

View File

@ -1420,13 +1420,13 @@ Virtual observatory (VO) using Python.")
(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"