guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1fe68816e40293a68b6dc2e8ae2ac905567dec59
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 30 09:28:35 2026 +0100
gnu: python-numba: Update to 0.65.1.
* gnu/packages/python-xyz.scm (python-numba): Update to 0.65.1.
Change-Id: I80f947de1c08e9a6109c8f0d147ea180959dd718
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2a2c787f8a..cbbb409b67 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28297,18 +28297,18 @@ validation testing and application logic.")
(define-public python-numba
(package
(name "python-numba")
- (version "0.62.1")
+ (version "0.65.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "numba" version))
(sha256
(base32
- "0qai1npy5x2p68872zi6hr97sxdmwmigr8802b1383l9m9144xvv"))))
+ "08xbfdiqhxkbhbisq2kbrx8kkcaz8vl1bfcs0ljyvs9gqd372d8r"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 10723 tests (skipped=708, expected failures=23)
+ ;; tests: 10743 tests (skipped=699, expected failures=23)
#:test-backend #~'custom
#:test-flags
;; Check <buildscripts> directory for more build/tests examples.