emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46657: closed ([PATCH] gnu: python-onnx: Update to 1.8.1.)


From: GNU bug Tracking System
Subject: bug#46657: closed ([PATCH] gnu: python-onnx: Update to 1.8.1.)
Date: Sun, 21 Feb 2021 00:28:01 +0000

Your message dated Sun, 21 Feb 2021 01:26:52 +0100
with message-id <87r1laxo37.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46657] [PATCH] gnu: python-onnx: Update to 1.8.1.
has caused the debbugs.gnu.org bug report #46657,
regarding [PATCH] gnu: python-onnx: Update to 1.8.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46657: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46657
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-onnx: Update to 1.8.1. Date: Sat, 20 Feb 2021 04:10:54 -0300
* gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.1.
---
 gnu/packages/machine-learning.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 4e35e3e369..e7601a5d8a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2020 Konrad Hinsen <konrad.hinsen@fastmail.net>
 ;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
-;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -583,7 +583,7 @@ in terms of new algorithms.")
 (define-public python-onnx
   (package
     (name "python-onnx")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
@@ -592,7 +592,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 "0365zkikq6v3cl5hh2daa5z1alhij8xpn8rmlcny340jrv9pyy2z"))))
+        (base32 "1ys5f4kqkabm4mgivsw80zz8xj1svanfbpszqbw9j15914hcarcx"))))
     (build-system python-build-system)
     (native-inputs
      `(("cmake" ,cmake)
-- 
2.30.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46657] [PATCH] gnu: python-onnx: Update to 1.8.1. Date: Sun, 21 Feb 2021 01:26:52 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Vinicius Monego <monego@posteo.net> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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