~ruther/guix-local

04e5c96fb1ded8562c899e986dccbe13ec82f962 — David Elsing 1 year, 1 month ago b0eed01
gnu: onnx: Update to 1.17.0.

* gnu/packages/machine-learning.scm (onnx): Update to 1.17.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +3 -3
@@ 27,7 27,7 @@
;;; Copyright © 2024 David Pflug <david@pflug.io>
;;; Copyright © 2024 Timothee Mathieu <timothee.mathieu@inria.fr>
;;; Copyright © 2024 Spencer King <spencer.king@geneoscopy.com>
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2024, 2025 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2024 Andy Tai <atai@atai.org>
;;;
;;; This file is part of GNU Guix.


@@ 1514,7 1514,7 @@ in terms of new algorithms.")
(define-public onnx
  (package
    (name "onnx")
    (version "1.16.2")
    (version "1.17.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 1522,7 1522,7 @@ in terms of new algorithms.")
                    (commit (string-append "v" version))))
              (sha256
               (base32
                "0f5h204ksfz4ir3qq38ckxja1jfhf1vn5xzwrj83vkkbfjq6fv16"))
                "1i6bh4z2xzz1maykr0xmrwfybm6i3g38vnx7hsls8hr58rdr30zn"))
              (file-name (git-file-name name version))
              (patches (search-patches
                        "onnx-shared-libraries.patch"