guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1db9e7416187241843be1f9d10cac7d0e2638dc6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 11:11:58 2026 +0100
gnu: python-rad: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-rad): Update to 1.1.0.
Relates-to: guix/guix!10702
---
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 27761adefe..451698cbb7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -10048,17 +10048,17 @@ wiggles are caused by resampling noise or aliasing
artifacts.")
(define-public python-rad
(package
(name "python-rad")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "rad" version))
(sha256
- (base32 "0gdvq9fa4yn3b3yf81mmfm8jz7bm0mg981ibbcm9c6ldzxmhgd3p"))))
+ (base32 "0hpcbw4a2ahk6pzwa1mjrjy7wdn2p9nqqks08mn2gp1nddprqpsg"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 5240 passed, 156 skipped, 21 xfailed
+ ;; tests: 5390 passed, 161 skipped, 27 xfailed
#:test-flags
;; Tests try to detec version by Git tag.
#~(list "--ignore=tests/test_versioning.py")))