all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 61728@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#61728] [PATCH] gnu: flatbuffers: Update to 23.1.21
Date: Thu, 23 Feb 2023 01:15:05 -0800	[thread overview]
Message-ID: <20230223091505.13292-1-atai@atai.org> (raw)

* gnu/packages/serialization.scm (flatbuffers): Update to 23.1.21
---
 gnu/packages/serialization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 8ab1efd311..1bf4d357f4 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -670,7 +670,7 @@ (define-public python-cbor
 (define-public flatbuffers
   (package
     (name "flatbuffers")
-    (version "2.0.0")
+    (version "23.1.21")
     (source
       (origin
         (method git-fetch)
@@ -680,7 +680,7 @@ (define-public flatbuffers
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1zbf6bdpps8369r1ql00irxrp58jnalycc8jcapb8iqg654vlfz8"))))
+          "1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz"))))
     (build-system cmake-build-system)
     (arguments
      '(#:build-type "Release"

base-commit: 31735e0ccfbc61905eb8558c14747bfcaea9b50f
prerequisite-patch-id: 5c2c505e1fefe02b0b8fe068d673dcc8fcc8b246
prerequisite-patch-id: b3de9e1babefba1a1903b848f185b9f8bcb224f4
-- 
2.39.1





             reply	other threads:[~2023-02-23  9:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  9:15 Andy Tai [this message]
2023-03-02  3:24 ` [bug#61728] [PATCH] gnu: flatbuffers: Update to 23.1.21 宋文武 via Guix-patches via
2023-03-02  6:39   ` Andy Tai
2023-03-02  8:09 ` [bug#61728] [PATCH v2] gnu: Add flatbuffers-next Andy Tai
2023-03-05 21:45   ` bug#61728: [PATCH] gnu: flatbuffers: Update to 23.1.21 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230223091505.13292-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=61728@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.