mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: onnx: Update to 1.12.0.
* gnu/packages/machine-learning.scm (onnx): Update to 1.12.0.
This commit is contained in:
parent
ef97576972
commit
b211824f0a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue