unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45210] [PATCH] gnu: python-onnx: Update to 1.8.0.
@ 2020-12-12 20:13 Vinicius Monego
  2020-12-12 20:39 ` bug#45210: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2020-12-12 20:13 UTC (permalink / raw)
  To: 45210; +Cc: Vinicius Monego

* gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.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 f1d0922ef2..920b5d82ed 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)
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45210: [PATCH] gnu: python-onnx: Update to 1.8.0.
  2020-12-12 20:13 [bug#45210] [PATCH] gnu: python-onnx: Update to 1.8.0 Vinicius Monego
@ 2020-12-12 20:39 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-12-12 20:39 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 45210-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-12 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-12 20:13 [bug#45210] [PATCH] gnu: python-onnx: Update to 1.8.0 Vinicius Monego
2020-12-12 20:39 ` bug#45210: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).