guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f5758c0f2151ce096b0f0ab7ea76cf2f6e958ff0
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 4c9812670b..e676785085 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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',") "")