~ruther/guix-local

6d121f6027c26bdbdf985e9c421f07391824d95a — Sharlatan Hellseher 5 months ago a3ccc8e
gnu: python-rad: Update to 0.28.0.

* gnu/packages/astronomy.scm (python-rad): Update to 0.28.0.

Change-Id: Ia9c7c01470539716c573384594eb3837a90dd2f7
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -3
@@ 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