guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 467538512004bee131be5dca66dab85086a83eea
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Nov 13 18:57:18 2025 +0000
gnu: python-pixell: Update to 0.31.3.
* gnu/packages/astronomy.scm (python-pixell): Update to 0.31.3.
[arguments]: Drop all.
Change-Id: I399459aa42cbfe3b1dfcd81adde810be598e0df8
---
gnu/packages/astronomy.scm | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e3539c991f..6c88c81be0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6343,27 +6343,14 @@ and the use of a modern programming language,
techniques, and libraries
(define-public python-pixell
(package
(name "python-pixell")
- (version "0.30.1")
+ (version "0.31.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pixell" version))
(sha256
- (base32 "1xcrwjh20rlaw3wqv2clq4d6mwh5lrr1c6vddfxdm64yrzis6fwn"))))
+ (base32 "0ff9vk6lv3rvv6kgh0pnk9zrca81q4wx12c6dwlqh4l61bqsb8ch"))))
(build-system pyproject-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-requirements
- ;; 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',") "")
- ((" 'coveralls>=1.5',") "")
- ((" 'pytest>=4.6',") "")))))))
(native-inputs
(list gfortran
meson-python