guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit b3681a97c6c24a688bd9713aa85e53d4bd835b19 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Wed Oct 15 22:10:39 2025 +0100 gnu: python-pixell: Update to 0.30.1. * gnu/packages/astronomy.scm (python-pixell): Update to 0.30.1. Change-Id: I3b5352773455cd7b6c654ccf2572b58a8cc1eab9 --- gnu/packages/astronomy.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index aee93d3ad5..869cce5cfe 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6109,13 +6109,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 @@ -6124,6 +6124,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',") "")
