gnu: python-numba: Update to 0.56.4.

* gnu/packages/python-xyz.scm (python-numba): Update to 0.56.4.
This commit is contained in:
John Kehayias 2023-04-21 01:24:02 -04:00
parent b2a5cb346e
commit fe4978d5b5
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -23565,14 +23565,14 @@ (define-public python-commandlines
(define-public python-numba
(package
(name "python-numba")
(version "0.55.1")
(version "0.56.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "numba" version))
(sha256
(base32
"18rf8i32m1045zxglvicpgldvzmqdxqvs3dhjd7wilb64sd0ds83"))))
"1vlnmirhay8gl36cxa94nvlgs41k9p7vdkp0xzbq65682bsgxn9j"))))
(build-system python-build-system)
(arguments
`(#:phases