mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: flatbuffers-next: Update to 24.12.23.
* gnu/packages/serialization.scm (flatbuffers-next): Update to 24.12.23. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5219c43588
commit
b0eed01f5b
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
;;; Copyright © 2024 Paul A. Patience <paul@apatience.com>
|
||||
;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
|
||||
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
|
||||
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
|
||||
;;; Copyright © 2024, 2025 David Elsing <david.elsing@posteo.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -964,7 +964,7 @@ (define-public flatbuffers-23.1
|
|||
(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 @@ (define-public flatbuffers-next
|
|||
(file-name (git-file-name "flatbuffers" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q066x1h0x9225aj25jv40gxgz46yvwmiqc2g6q06mkkg1144kxq"))))))
|
||||
"01g64kmjw8dfhj12j5fgyx70avix9p1ml4w25lm726dixmpq9gp8"))))))
|
||||
|
||||
(define-public python-flatbuffers
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue