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