mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-rad: Update to 0.18.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.18.0. Change-Id: I1e7ba8f99bce25ab5c719e82755505e32d0acf66 Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
3ffd914237
commit
a333c1c8f8
1 changed files with 2 additions and 2 deletions
|
@ -4115,13 +4115,13 @@ (define-public python-gwcs
|
|||
(define-public python-rad
|
||||
(package
|
||||
(name "python-rad")
|
||||
(version "0.17.1")
|
||||
(version "0.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "rad" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11jhh3qmd00g8sn6hcfshbpb2qy1rfj0xkxn30pd63lqazg4ra3p"))))
|
||||
"1wgnbhldgq0j55yzg33y11vd5k5nzwckiccxywvmq518qh19pky5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue