From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id GGzxL+cNBWQFYgAAbAwnHQ (envelope-from ) for ; Sun, 05 Mar 2023 22:47:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id CCjhL+cNBWSzUAAAauVa8A (envelope-from ) for ; Sun, 05 Mar 2023 22:47:19 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2DA8F2E373 for ; Sun, 5 Mar 2023 22:47:19 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYwC9-0006A7-5a; Sun, 05 Mar 2023 16:47:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYwC7-00069a-5t for guix-patches@gnu.org; Sun, 05 Mar 2023 16:47:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pYwC6-0007Ac-UJ for guix-patches@gnu.org; Sun, 05 Mar 2023 16:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pYwC6-0005Dv-Hl for guix-patches@gnu.org; Sun, 05 Mar 2023 16:47:02 -0500 Subject: bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 05 Mar 2023 21:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61728 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Andy Tai Cc: 61728-done@debbugs.gnu.org, iyzsong@envs.net Mail-Followup-To: 61728@debbugs.gnu.org, ludo@gnu.org, atai@atai.org Received: via spool by 61728-done@debbugs.gnu.org id=D61728.167805276320007 (code D ref 61728); Sun, 05 Mar 2023 21:47:02 +0000 Received: (at 61728-done) by debbugs.gnu.org; 5 Mar 2023 21:46:03 +0000 Received: from localhost ([127.0.0.1]:40871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYwB8-0005Cd-R5 for submit@debbugs.gnu.org; Sun, 05 Mar 2023 16:46:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pYwB7-0005Bt-0f for 61728-done@debbugs.gnu.org; Sun, 05 Mar 2023 16:46:01 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYwB1-0006vj-59; Sun, 05 Mar 2023 16:45:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=b8KL5D7MUIIUQdnrD6EA0m9RO9ALEYoShfjnx4qU8PY=; b=oNUXyrI3DwWO0vnjh64a UvKTlBqnw5xgdyf+ZJ5nJl3Qn+sgiXuPs2/cihVb3CIUwbdfSYtNYwd7X+h7w04a0bpXx5XH21lao OBuzwNo79C1J5FxAtLlhB+esYnozt4xy1qsuXQr/4pvpmcWLcOFWmO3CAu8XeDS/oJB0Iczt8fD5z D9FL2D3K6C21J+Dl3zKnWSKuaqsK2x7+I0hLO9jQ9M8YMBQoEV7F32Dn9RYJ8SIsQZuuB3qEzFlrl lrF5k7fmJzVpbbUUjpQ1uyXH4jzs3A+lER99jYJjzES4SFcBh4jIP3diP0ll1hk/57kGmPsw6euwf 3Lz3UfdkpBPdEg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYwB0-00050q-Av; Sun, 05 Mar 2023 16:45:54 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230223091505.13292-1-atai@atai.org> <20230302080955.17749-1-atai@atai.org> Date: Sun, 05 Mar 2023 22:45:51 +0100 In-Reply-To: <20230302080955.17749-1-atai@atai.org> (Andy Tai's message of "Thu, 2 Mar 2023 00:09:55 -0800") Message-ID: <87wn3uoos0.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1678052839; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=b8KL5D7MUIIUQdnrD6EA0m9RO9ALEYoShfjnx4qU8PY=; b=GMgwErFwzAiEeW9kTv9VzfTWpM5yDX+4zDJ3KH4xjojmat1YvvypR2Bm0VTW57OlK9GQtv tVDWtAwxAKK49yIoVaGoyGTsNzj6Zu3XotoE6XNbX6y8q7z2N5ANIlM7Wgwm+tKlXJKUMk q0lyV7DKx8Cahct4Q2LLcT9qDM0La/LEWYbShzUdvbgP4r34Ykth3W3MprddtDCcJENn7s qSl1anyo1yMUXtLX8NO8LQ1R96CVUn8PSxC6rEawtEHmp0Dd0F7p03u0RhR27FkGSiICkt gbThiEH+/hZ2BxRz+YxEwTwOQl5wo2fCU6UKZwhSdvYpQOx4NSuQFD31j6CRww== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oNUXyrI3; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678052839; a=rsa-sha256; cv=none; b=Py/eedbdB+3u1lyFoI+xRe7ksNET/Omx0bEZtJE6r1noT1SlKDqNCZqn/7EQwsn8a6wAjz nwJHn6T9fkIvKOwCe3E7yKwaZ4zsDzgm3417g+7u1jPcfzdvPBWsTNMrYMuOTkcglBaY4T b41mIVg3zU+5GoLWY2bzsoTIE/xKBxU3hKIhGZPAluAaptWPWOLkf57jk0prroSiekcXZd AzI71U7xk2QF2wQ4I06nlFE1v8hshF46wKjcGBwmJXWfg7f6ieoZZnwZeeP9XI84g77x9r yN0lZo0K+xta2sTV90kUhgbvm4bJXuEaEm/yXDTIL4a9+6KgssqJEyOYo5ZbMg== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -4.11 X-Spam-Score: -4.11 X-Migadu-Queue-Id: 2DA8F2E373 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=oNUXyrI3; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-TUID: vH4vQQImC8oI Hi Andy, Andy Tai 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))) >=20=20 > +(define-public flatbuffers-next > + (package > + (inherit flatbuffers) > + (name "flatbuffers-next") Applied, but I kept the package name =E2=80=9Cflatbuffers=E2=80=9D (the var= iable name is fine). Thanks, Ludo=E2=80=99.