mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
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:
parent
b2a5cb346e
commit
fe4978d5b5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue