guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: tensorflow-lite: Update to 2.13.1


From: guix-commits
Subject: 08/11: gnu: tensorflow-lite: Update to 2.13.1
Date: Fri, 22 Dec 2023 11:50:44 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit cd0b20582a043027ec80588296744fabd4c9797f
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Dec 6 23:40:26 2023 -0800

    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>
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index c100e0be6e..53a955bb90 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -3109,7 +3109,7 @@ advanced research.")
 (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 @@ advanced research.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "07g6vlrs0aayrg2mfdl15gxg5dy103wx2xlqkran15dib40nkbj6"))
+         "09mfskmpvpbq919wibnw3bnhi1y3hkx3qrzm72gdr0gsivn1yb3w"))
        (patches (search-patches "tensorflow-lite-unbundle.patch"))))
     (build-system cmake-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]