~ruther/guix-local

f5758c0f2151ce096b0f0ab7ea76cf2f6e958ff0 — Sharlatan Hellseher 5 months ago 2e59169
gnu: python-pixell: Update to 0.30.1.

* gnu/packages/astronomy.scm (python-pixell): Update to 0.30.1.

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

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -2
@@ 6136,13 6136,13 @@ and the use of a modern programming language, techniques, and libraries
(define-public python-pixell
  (package
    (name "python-pixell")
    (version "0.30.0")
    (version "0.30.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "pixell" version))
       (sha256
        (base32 "0ncqqwvpg47yihlplzmhn8za8y7wab5k71n87nz8bcvzj8gnmpvw"))))
        (base32 "1xcrwjh20rlaw3wqv2clq4d6mwh5lrr1c6vddfxdm64yrzis6fwn"))))
    (build-system pyproject-build-system)
    (arguments
     (list #:phases


@@ 6151,6 6151,7 @@ and the use of a modern programming language, techniques, and libraries
                 ;; XXX: To prevent sanity check faileur in dependent
                 ;; packages, Cython, Coveralls and Pytests are not required
                 ;; during runtime.
                 ;; See: <https://github.com/simonsobs/pixell/pull/313>.
                 (lambda _
                   (substitute* "pyproject.toml"
                     (("    'cython',") "")