diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-17 17:07:43 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:51 +0000 |
| commit | 6d121f6027c26bdbdf985e9c421f07391824d95a (patch) | |
| tree | cd8ed9632e13b94dfe68c7fbf0d9d5d916d1a207 | |
| parent | a3ccc8ecd779b1e823df1819475ce278165bb788 (diff) | |
gnu: python-rad: Update to 0.28.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.28.0.
Change-Id: Ia9c7c01470539716c573384594eb3837a90dd2f7
| -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 ab0168596ac..71519ab7641 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7165,17 +7165,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 |
