summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-06 07:21:15 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:30 +0100
commitdac222353271858e81d146167aad7181b4578e07 (patch)
tree070f5f9d620356a977d4d51ca31eb0f030f1c516 /gnu
parentc10c1ffc4b93d64b64843f71b811718858683ed2 (diff)
gnu: python-numba: Update to 0.66.0.
* gnu/packages/python-xyz.scm (python-numba): Update to 0.66.0. Merges: guix/guix!10379 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1280648b6da..4cdb515c61f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28525,14 +28525,14 @@ validation testing and application logic.")
28525(define-public python-numba 28525(define-public python-numba
28526 (package 28526 (package
28527 (name "python-numba") 28527 (name "python-numba")
28528 (version "0.65.1") 28528 (version "0.66.0")
28529 (source 28529 (source
28530 (origin 28530 (origin
28531 (method url-fetch) 28531 (method url-fetch)
28532 (uri (pypi-uri "numba" version)) 28532 (uri (pypi-uri "numba" version))
28533 (sha256 28533 (sha256
28534 (base32 28534 (base32
28535 "08xbfdiqhxkbhbisq2kbrx8kkcaz8vl1bfcs0ljyvs9gqd372d8r")))) 28535 "0qyk70nfvhxqxm1vz1qq072n9jvpl6hab8ymlslmxh161qxfc05r"))))
28536 (build-system pyproject-build-system) 28536 (build-system pyproject-build-system)
28537 (arguments 28537 (arguments
28538 (list 28538 (list