guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: python-onnx: Update to 1.9.0.


From: guix-commits
Subject: 01/13: gnu: python-onnx: Update to 1.9.0.
Date: Fri, 30 Jul 2021 19:04:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5f9dc326d9f6a4948ad30f2d3d554e3135f4727e
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Fri Jul 30 11:29:42 2021 +0200

    gnu: python-onnx: Update to 1.9.0.
    
    * gnu/packages/machine-learning.scm (python-onnx): Update to 1.9.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 4ac1fb5..9ac1a79 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -584,7 +584,7 @@ in terms of new algorithms.")
 (define-public python-onnx
   (package
     (name "python-onnx")
-    (version "1.8.1")
+    (version "1.9.0")
     (source
      (origin
        (method url-fetch)
@@ -593,7 +593,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 "1ys5f4kqkabm4mgivsw80zz8xj1svanfbpszqbw9j15914hcarcx"))))
+        (base32 "0yjv2axz2vc2ysniwislsp53fsb8f61y1warrr2ppn2d9ijml1d9"))))
     (build-system python-build-system)
     (native-inputs
      `(("cmake" ,cmake)



reply via email to

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