gnu: onnx: Update to 1.12.0.

* gnu/packages/machine-learning.scm (onnx): Update to 1.12.0.
This commit is contained in:
Ludovic Courtès 2022-07-05 16:50:52 +02:00 committed by Ludovic Courtès
parent ef97576972
commit b211824f0a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -752,7 +752,7 @@ (define (delete-ifdefs file)
(define-public onnx (define-public onnx
(package (package
(name "onnx") (name "onnx")
(version "1.9.0") (version "1.12.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -760,7 +760,7 @@ (define-public onnx
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1xnii361f68x0masxgfc4ai7hh3wlxxk56aznwf4m4yr6wqx47ml")) "1g9f1hviksbn7gi6fnd0dsm7nf0w3yia0mjj33d9mggklrl0db6x"))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(patches (search-patches "onnx-use-system-googletest.patch" (patches (search-patches "onnx-use-system-googletest.patch"
"onnx-shared-libraries.patch" "onnx-shared-libraries.patch"