diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-14 14:26:29 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-27 22:51:58 +0000 |
commit | fb33458ca7c68c035aad9bef0cf6b7f993b0f6c1 (patch) | |
tree | f088e7695661f202ed56f075f6b2479747040116 /gnu/packages | |
parent | 8d043433cdf1ae28f95fc077ac0d7136c0689d22 (diff) |
gnu: python-rad: Update to 0.19.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.19.0.
Change-Id: Iddfd637a764545b48f7a39506a2ef97d12501223
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 17f8d9ffdc..e1ee074ca9 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4404,13 +4404,13 @@ default) to world coordinates.") (define-public python-rad (package (name "python-rad") - (version "0.18.0") + (version "0.19.0") (source (origin (method url-fetch) (uri (pypi-uri "rad" version)) (sha256 (base32 - "1wgnbhldgq0j55yzg33y11vd5k5nzwckiccxywvmq518qh19pky5")))) + "0cp3nrv1vq3g61zx6dq36vdlxd5i8g52vg4hwpxakmwvqvc8p3gd")))) (build-system pyproject-build-system) (arguments (list |