diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 11:11:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:50 +0100 |
| commit | 1db9e7416187241843be1f9d10cac7d0e2638dc6 (patch) | |
| tree | c60598cbecaff8d12abb2cc1544eb23eb8716939 | |
| parent | a4e7411b845d10b656549db0013a964f12e91167 (diff) | |
gnu: python-rad: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-rad): Update to 1.1.0.
Relates-to: guix/guix!10702
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 27761adefe5..451698cbb72 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -10048,17 +10048,17 @@ wiggles are caused by resampling noise or aliasing artifacts.") | |||
| 10048 | (define-public python-rad | 10048 | (define-public python-rad |
| 10049 | (package | 10049 | (package |
| 10050 | (name "python-rad") | 10050 | (name "python-rad") |
| 10051 | (version "1.0.0") | 10051 | (version "1.1.0") |
| 10052 | (source | 10052 | (source |
| 10053 | (origin | 10053 | (origin |
| 10054 | (method url-fetch) | 10054 | (method url-fetch) |
| 10055 | (uri (pypi-uri "rad" version)) | 10055 | (uri (pypi-uri "rad" version)) |
| 10056 | (sha256 | 10056 | (sha256 |
| 10057 | (base32 "0gdvq9fa4yn3b3yf81mmfm8jz7bm0mg981ibbcm9c6ldzxmhgd3p")))) | 10057 | (base32 "0hpcbw4a2ahk6pzwa1mjrjy7wdn2p9nqqks08mn2gp1nddprqpsg")))) |
| 10058 | (build-system pyproject-build-system) | 10058 | (build-system pyproject-build-system) |
| 10059 | (arguments | 10059 | (arguments |
| 10060 | (list | 10060 | (list |
| 10061 | ;; tests: 5240 passed, 156 skipped, 21 xfailed | 10061 | ;; tests: 5390 passed, 161 skipped, 27 xfailed |
| 10062 | #:test-flags | 10062 | #:test-flags |
| 10063 | ;; Tests try to detec version by Git tag. | 10063 | ;; Tests try to detec version by Git tag. |
| 10064 | #~(list "--ignore=tests/test_versioning.py"))) | 10064 | #~(list "--ignore=tests/test_versioning.py"))) |
