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

commit c35b40bb3f71758e0b71cb516b056090898a2d3d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 17 17:07:43 2025 +0100

    gnu: python-rad: Update to 0.28.0.
    
    * gnu/packages/astronomy.scm (python-rad): Update to 0.28.0.
    
    Change-Id: Ia9c7c01470539716c573384594eb3837a90dd2f7
---
 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 179b7999a1..82ba70bf71 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7411,17 +7411,17 @@ wiggles are caused by resampling noise or aliasing 
artifacts.")
 (define-public python-rad
   (package
     (name "python-rad")
-    (version "0.27.0")
+    (version "0.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "rad" version))
        (sha256
-        (base32 "04vzqkcw6la5n2jw92khmqnizs2nf5vb27nknn3c6wj1jwfwl6bv"))))
+        (base32 "0va7yfy3pcd6fp49ni7388lic3fv77n3qhvaxk6jw535v41by381"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 1253 passed, 1 skipped
+      ;; tests: 1798 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