mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-rad: Update to 0.19.2.
* gnu/packages/astronomy.scm (python-rad): Update to 0.19.2. Change-Id: I4de8e8228f6d7ae1ae28cac726fcce5f2058f928
This commit is contained in:
parent
5c334a228a
commit
48895affab
1 changed files with 2 additions and 2 deletions
|
@ -4864,13 +4864,13 @@ (define-public python-gwcs
|
||||||
(define-public python-rad
|
(define-public python-rad
|
||||||
(package
|
(package
|
||||||
(name "python-rad")
|
(name "python-rad")
|
||||||
(version "0.19.0")
|
(version "0.19.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rad" version))
|
(uri (pypi-uri "rad" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cp3nrv1vq3g61zx6dq36vdlxd5i8g52vg4hwpxakmwvqvc8p3gd"))))
|
"08dh9asdjgfmczmqyjplgdvbk3n68qw6akd8h953wq6v3yr4k4rq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue