[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)
- branch master updated (721e380 -> db2c7e7), guix-commits, 2021/07/30
- 01/13: gnu: python-onnx: Update to 1.9.0.,
guix-commits <=
- 02/13: gnu: python-onnx: Move comment to the patch header., guix-commits, 2021/07/30
- 03/13: gnu: python-onnx: Delete bundled software., guix-commits, 2021/07/30
- 04/13: gnu: python-onnx: Install libonnx.so and libonnx_proto.so., guix-commits, 2021/07/30
- 05/13: gnu: python-onnx: Rename to "onnx"., guix-commits, 2021/07/30
- 06/13: gnu: onnx: Change source to 'git-fetch'., guix-commits, 2021/07/30
- 07/13: gnu: python-yubikey-manager: Fix libykpers reference., guix-commits, 2021/07/30
- 10/13: gnu: Add libmobi., guix-commits, 2021/07/30
- 11/13: gnu: racket: Update to 8.2., guix-commits, 2021/07/30
- 13/13: gnu: racket-minimal: Bootstrap from C., guix-commits, 2021/07/30
- 09/13: gnu: guile-dbd-sqlite3: Replace 'url-fetch' by 'git-fetch'., guix-commits, 2021/07/30