guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: onnx: Update to 1.12.0.


From: guix-commits
Subject: 02/04: gnu: onnx: Update to 1.12.0.
Date: Tue, 5 Jul 2022 10:57:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b211824f0a43f6ef5cc76c6b9a7486d647a0a663
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Tue Jul 5 16:50:52 2022 +0200

    gnu: onnx: Update to 1.12.0.
    
    * gnu/packages/machine-learning.scm (onnx): Update to 1.12.0.
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 53d428bd4f..4015d77726 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -752,7 +752,7 @@ in terms of new algorithms.")
 (define-public onnx
   (package
     (name "onnx")
-    (version "1.9.0")
+    (version "1.12.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -760,7 +760,7 @@ in terms of new algorithms.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1xnii361f68x0masxgfc4ai7hh3wlxxk56aznwf4m4yr6wqx47ml"))
+                "1g9f1hviksbn7gi6fnd0dsm7nf0w3yia0mjj33d9mggklrl0db6x"))
               (file-name (git-file-name name version))
               (patches (search-patches "onnx-use-system-googletest.patch"
                                        "onnx-shared-libraries.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]