guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e537fbb3c2d5ddccee425abe32ae4c3c1069a163
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Aug 20 13:54:34 2026 +0100
gnu: python-pixell: Update to 0.32.4.
* gnu/packages/astronomy.scm (python-pixell): Update to 0.32.4.
Relates-to: guix/guix!10702
---
gnu/packages/astronomy.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c884632e12..326ec021cf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8413,7 +8413,7 @@ and the use of a modern programming language, techniques,
and libraries
(define-public python-pixell
(package
(name "python-pixell")
- (version "0.31.8")
+ (version "0.32.4")
(source
(origin
(method git-fetch)
@@ -8422,9 +8422,8 @@ and the use of a modern programming language, techniques,
and libraries
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0v0q4i1s8d0z5iigw60v8gvsaqs9xmf2l7bpx0bvg8xysindzwyg"))))
+ (base32 "18f56mdqx80cfbsknm5x63b1s24bnkfj9kffwn1aslshi8j1llh4"))))
(build-system pyproject-build-system)
- ;; tests: 42 passed, 1 warning
(arguments
(list
#:phases