guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-onnx: Update to 1.8.0.


From: guix-commits
Subject: branch master updated: gnu: python-onnx: Update to 1.8.0.
Date: Sat, 12 Dec 2020 15:39:02 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7ae66d9  gnu: python-onnx: Update to 1.8.0.
7ae66d9 is described below

commit 7ae66d9c12b50a2e152b9276865381557f7d3d3f
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Dec 12 17:13:26 2020 -0300

    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>
---
 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 f1d0922..920b5d8 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -582,7 +582,7 @@ in terms of new algorithms.")
 (define-public python-onnx
   (package
     (name "python-onnx")
-    (version "1.7.0")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
@@ -591,7 +591,7 @@ in terms of new algorithms.")
        ;; to use googletest from Guix and enable tests by default.
        (patches (search-patches "python-onnx-use-system-googletest.patch"))
        (sha256
-        (base32 "0j6rgfbhsw3a8id8pyg18y93k68lbjbj1kq6qia36h69f6pvlyjy"))))
+        (base32 "0365zkikq6v3cl5hh2daa5z1alhij8xpn8rmlcny340jrv9pyy2z"))))
     (build-system python-build-system)
     (native-inputs
      `(("cmake" ,cmake)



reply via email to

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