mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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:
parent
63c113976c
commit
7513cc6dd9
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue