guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 07bd4a4e0aa21d3036a535fdbd42acdcbc63ecb8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 15 12:18:21 2026 +0000

    gnu: python-rad: Update to 0.29.0.
    
    * gnu/packages/astronomy.scm (python-rad): Update to 0.29.0.
    
    Change-Id: Ieb7b137b8489eca4e42fc08b9c6f7f9c8761e49c
---
 gnu/packages/astronomy.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 792ad205b3..49b7e1508d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8162,17 +8162,17 @@ wiggles are caused by resampling noise or aliasing 
artifacts.")
 (define-public python-rad
   (package
     (name "python-rad")
-    (version "0.28.0")
+    (version "0.29.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rad" version))
        (sha256
-        (base32 "0va7yfy3pcd6fp49ni7388lic3fv77n3qhvaxk6jw535v41by381"))))
+        (base32 "1v28wm4lggk8lj8vlzf059v01mny7vk5njhmyyg4f8bl5syrj5qy"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 1798 passed, 1 skipped, 17 xfailed
+      ;; tests: 1886 passed, 1 skipped, 17 xfailed
       #:test-flags
       ;; Ignore tests requiring python-crds to break cycle:
       ;; python-rad -> python-roman-datamodels -> python-crds -> python-rad

Reply via email to