gnu: tensorflow-lite: Update to 2.13.1

* gnu/packages/machine-learning.scm (tensorflow-lite): Update to 2.13.1

Change-Id: Icc7ff237660006e2320df02b353ccab5dac7b7d2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Andy Tai 2023-12-06 23:40:26 -08:00 committed by Ludovic Courtès
parent 6bb96ac767
commit cd0b20582a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3109,7 +3109,7 @@ (define-public tensorflow
(define-public tensorflow-lite (define-public tensorflow-lite
(package (package
(name "tensorflow-lite") (name "tensorflow-lite")
(version "2.13.0") (version "2.13.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3119,7 +3119,7 @@ (define-public tensorflow-lite
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"07g6vlrs0aayrg2mfdl15gxg5dy103wx2xlqkran15dib40nkbj6")) "09mfskmpvpbq919wibnw3bnhi1y3hkx3qrzm72gdr0gsivn1yb3w"))
(patches (search-patches "tensorflow-lite-unbundle.patch")))) (patches (search-patches "tensorflow-lite-unbundle.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments