me
/
guix
Archived
1
0
Fork 0

gnu: python-flatbuffers-next: Update to 23.5.26.

* gnu/packages/serialization.scm (python-flatbuffers-next): Update to 23.5.26.
master
David Elsing 2024-03-23 22:04:51 +00:00 committed by Ludovic Courtès
parent 207174b69e
commit 2469c605e1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

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