[PATCH] gnu: tensorflow-lite: Update to 2.13.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)
CAJsg1E9qKjwb3bS7dHN=Rdt7w=raYAc70fOp7xUX8wzNgm-4eg@mail.gmail.com

From 4969ba4b0204754c0eb4cef9011068562bd438a2 Mon Sep 17 00:00:00 2001
Message-Id: <4969ba4b0204754c0eb4cef9011068562bd438a2.1701934952.git.atai@atai.org>
From: Andy Tai <atai@atai.org>
Date: Wed, 6 Dec 2023 23:40:26 -0800
Subject: [PATCH] gnu: tensorflow-lite: Update to 2.13.1
To: guix-patches@gnu.org

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

Change-Id: Icc7ff237660006e2320df02b353ccab5dac7b7d2
---
gnu/packages/machine-learning.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (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

base-commit: 4e7cb241188cf9f213d5fbabbabce07d35ca0991
--
2.34.1
Andy Tai wrote 1 years ago
Re: bug#67679: Acknowledgement ([PATCH] gnu: tensorflow-lite: Update to 2.13.1)
(address . 67679@debbugs.gnu.org)
CAJsg1E--0vHdg6NNAG-1NudWG3iAPa=iZPm_M9JVytruQ-8=Kg@mail.gmail.com
Guix QA passes successfully as seen at https://issues.guix.gnu.org/67679

Thanks
Ludovic Courtès wrote 1 years ago
Re: [bug#67679] [PATCH] gnu: tensorflow-lite: Update to 2.13.1
(name . Andy Tai)(address . atai@atai.org)(address . 67679-done@debbugs.gnu.org)
87frzu9omv.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (11 lines)
> From 4969ba4b0204754c0eb4cef9011068562bd438a2 Mon Sep 17 00:00:00 2001
> Message-Id: <4969ba4b0204754c0eb4cef9011068562bd438a2.1701934952.git.atai@atai.org>
> From: Andy Tai <atai@atai.org>
> Date: Wed, 6 Dec 2023 23:40:26 -0800
> Subject: [PATCH] gnu: tensorflow-lite: Update to 2.13.1
> To: guix-patches@gnu.org
>
> * gnu/packages/machine-learning.scm (tensorflow-lite): Update to 2.13.1
>
> Change-Id: Icc7ff237660006e2320df02b353ccab5dac7b7d2

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67679@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67679
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help