guix-patches
[Top][All Lists]
Advanced

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

bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21


From: Ludovic Courtès
Subject: bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21
Date: Sun, 05 Mar 2023 22:45:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi Andy,

Andy Tai <atai@atai.org> skribis:

> * gnu/packages/serialization.scm (flatbuffers-next): New variable
> as flatbuffers@2.0.0 is depended on by tensorflow-lite so we cannot
> just upgrade directly, so adding current release flatbuffers@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")

Applied, but I kept the package name “flatbuffers” (the variable name is
fine).

Thanks,
Ludo’.





reply via email to

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