mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
011032815c
commit
2f7c460182
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue