mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "python-rad")
|
||||
(version "0.19.0")
|
||||
(version "0.19.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "rad" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cp3nrv1vq3g61zx6dq36vdlxd5i8g52vg4hwpxakmwvqvc8p3gd"))))
|
||||
"08dh9asdjgfmczmqyjplgdvbk3n68qw6akd8h953wq6v3yr4k4rq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue