gnu: python-onnx: Update to 1.8.0.
* gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
853c5790d6
commit
7ae66d9c12
1 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ (define (delete-ifdefs file)
|
||||||
(define-public python-onnx
|
(define-public python-onnx
|
||||||
(package
|
(package
|
||||||
(name "python-onnx")
|
(name "python-onnx")
|
||||||
(version "1.7.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -591,7 +591,7 @@ (define-public python-onnx
|
||||||
;; to use googletest from Guix and enable tests by default.
|
;; to use googletest from Guix and enable tests by default.
|
||||||
(patches (search-patches "python-onnx-use-system-googletest.patch"))
|
(patches (search-patches "python-onnx-use-system-googletest.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0j6rgfbhsw3a8id8pyg18y93k68lbjbj1kq6qia36h69f6pvlyjy"))))
|
(base32 "0365zkikq6v3cl5hh2daa5z1alhij8xpn8rmlcny340jrv9pyy2z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cmake" ,cmake)
|
`(("cmake" ,cmake)
|
||||||
|
|
Loading…
Reference in a new issue