~ruther/guix-local

4951783e30036a650f82034ff9c0603d50c081b0 — Nicolas Graves 6 months ago f57ca46
gnu: tensorflow-lite: Update to 2.15.1.

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

Change-Id: Ideb7605cb2cb6ddae7f53f5f6841522969ffbe83
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/machine-learning.scm
M gnu/packages/machine-learning.scm => gnu/packages/machine-learning.scm +2 -2
@@ 3211,7 3211,7 @@ Python.")
(define-public tensorflow-lite
  (package
    (name "tensorflow-lite")
    (version "2.14.0")
    (version "2.15.1")
    (source
     (origin
       (method git-fetch)


@@ 3221,7 3221,7 @@ Python.")
       (file-name (git-file-name name version))
       (sha256
        (base32
         "07f4x4g3kwhfjz7iadhqrv97zmw0blacixvca1gdqkqqi7aipxis"))))
         "01cjdilxxr2h0q3sbjwhy0p5b82sbyvi224s5vx5gn2gix3nhdyx"))))
    (build-system cmake-build-system)
    (outputs (list "out" "python"))
    (arguments