GNU bug report logs -
#61728
[PATCH] gnu: flatbuffers: Update to 23.1.21
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Thu, 23 Feb 2023 09:16:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 61728 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/serialization.scm (flatbuffers-next): New variable
as flatbuffers <at> 2.0.0 is depended on by tensorflow-lite so we cannot
just upgrade directly, so adding current release flatbuffers <at> 23.1.21
as "next" for flatbuffers
---
gnu/packages/serialization.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 8ab1efd311..5b8f02b184 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -699,6 +699,22 @@ (define-public flatbuffers
game development and other performance-critical applications.")
(license license:asl2.0)))
+(define-public flatbuffers-next
+ (package
+ (inherit flatbuffers)
+ (name "flatbuffers-next")
+ (version "23.1.21")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/flatbuffers")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz"))))))
+
+
(define-public python-feather-format
(package
(name "python-feather-format")
base-commit: ef7df2ca7bb212455f1d6bbef5bbf7b1ac5a189d
prerequisite-patch-id: 5c2c505e1fefe02b0b8fe068d673dcc8fcc8b246
prerequisite-patch-id: b3de9e1babefba1a1903b848f185b9f8bcb224f4
prerequisite-patch-id: d827e9c76e13bae69214ec1b674b0f6bfc4bfb34
prerequisite-patch-id: f2fc0529e4a54e1947db12df9ee6b2151b64a4b4
prerequisite-patch-id: 3ffc80c780ae73c5dc5574880c13ce173171bf41
--
2.39.1
This bug report was last modified 2 years and 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.