summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-17 12:16:02 +0000
committerEric Bavier <bavier@posteo.net>2023-11-18 19:56:31 -0600
commita333c1c8f8d35a4868e09174a70907bd8025dae4 (patch)
treeb430f15c14eb0ebe1fb60cffe5dec8299ef1c71f
parent3ffd91423719cdeba4e98d083087dc9d3213e862 (diff)
downloadguix-patches-a333c1c8f8d35a4868e09174a70907bd8025dae4.tar
guix-patches-a333c1c8f8d35a4868e09174a70907bd8025dae4.tar.gz
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>
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e42b87144c..edb3e33c19 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4115,13 +4115,13 @@ default) to world coordinates.")
(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