diff options
-rw-r--r-- | gnu/packages/machine-learning.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index d248c1fc34..fe50c45828 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -27,7 +27,7 @@ ;;; Copyright © 2024 David Pflug <[email protected]> ;;; Copyright © 2024 Timothee Mathieu <[email protected]> ;;; Copyright © 2024 Spencer King <[email protected]> -;;; Copyright © 2024 David Elsing <[email protected]> +;;; Copyright © 2024, 2025 David Elsing <[email protected]> ;;; Copyright © 2024 Andy Tai <[email protected]> ;;; ;;; 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" |