From b0eed01f5b5a0cc253f4e98f7270ac2928e677d1 Mon Sep 17 00:00:00 2001 From: David Elsing Date: Wed, 22 Jan 2025 18:32:15 +0000 Subject: [PATCH] gnu: flatbuffers-next: Update to 24.12.23. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/serialization.scm (flatbuffers-next): Update to 24.12.23. Signed-off-by: Ludovic Courtès --- gnu/packages/serialization.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 2e51b0ade79697789da6d8c5d0ec193f3f756cb7..f77ae9dc16dca3a137307641cb9144b2610428c3 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -20,7 +20,7 @@ ;;; Copyright © 2024 Paul A. Patience ;;; Copyright © 2024 Arun Isaac ;;; Copyright © 2024 Wilko Meyer -;;; Copyright © 2024 David Elsing +;;; Copyright © 2024, 2025 David Elsing ;;; ;;; This file is part of GNU Guix. ;;; @@ -964,7 +964,7 @@ game development and other performance-critical applications.") (define-public flatbuffers-next (package (inherit flatbuffers) - (version "24.3.25") + (version "24.12.23") (source (origin (method git-fetch) (uri (git-reference @@ -973,7 +973,7 @@ game development and other performance-critical applications.") (file-name (git-file-name "flatbuffers" version)) (sha256 (base32 - "0q066x1h0x9225aj25jv40gxgz46yvwmiqc2g6q06mkkg1144kxq")))))) + "01g64kmjw8dfhj12j5fgyx70avix9p1ml4w25lm726dixmpq9gp8")))))) (define-public python-flatbuffers (package