mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: flatbuffers: Update to 1.10.0.
* gnu/packages/serialization.scm (flatbuffers): Update to 1.10.0.
This commit is contained in:
parent
829785c11d
commit
429a332b1c
1 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ (define-public python-cbor
|
|||
(define-public flatbuffers
|
||||
(package
|
||||
(name "flatbuffers")
|
||||
(version "1.9.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -446,7 +446,7 @@ (define-public flatbuffers
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qs7sa9q4q6hs12yp875lvrv6393178qcmqs1ziwmjk088g4k9aw"))))
|
||||
"0z4swldxs0s31hnkqdhsbfmc8vx3p7zsvmqaw4l31r2iikdy651p"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:build-type "Release"
|
||||
|
|
Loading…
Reference in a new issue