gnu: flatbuffers-next: Update to 24.3.25.

* gnu/packages/serialization.scm (flatbuffers-next): Update to 24.3.25.
This commit is contained in:
David Elsing 2024-08-04 22:15:42 +00:00 committed by Ludovic Courtès
parent 2225a6a4d0
commit fe38c10182
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -921,7 +921,7 @@ game development and other performance-critical applications.")
(define-public flatbuffers-next (define-public flatbuffers-next
(package (package
(inherit flatbuffers) (inherit flatbuffers)
(version "23.5.26") (version "24.3.25")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -930,7 +930,7 @@ game development and other performance-critical applications.")
(file-name (git-file-name "flatbuffers" version)) (file-name (git-file-name "flatbuffers" version))
(sha256 (sha256
(base32 (base32
"0cd12dvkzqdafz46q4302mzgpzbz589zmmiga7bq07f2sqy4vrvv")))))) "0q066x1h0x9225aj25jv40gxgz46yvwmiqc2g6q06mkkg1144kxq"))))))
(define-public python-flatbuffers (define-public python-flatbuffers
(package (package