mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 01:56:22 +01:00
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:
parent
6bb96ac767
commit
cd0b20582a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue