gnu: flatbuffers: Update to 1.10.0.
* gnu/packages/serialization.scm (flatbuffers): Update to 1.10.0.master
parent
829785c11d
commit
429a332b1c
|
@ -438,7 +438,7 @@ to generate and parse. The two primary functions are @code{cbor.loads} and
|
||||||
(define-public flatbuffers
|
(define-public flatbuffers
|
||||||
(package
|
(package
|
||||||
(name "flatbuffers")
|
(name "flatbuffers")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -446,7 +446,7 @@ to generate and parse. The two primary functions are @code{cbor.loads} and
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qs7sa9q4q6hs12yp875lvrv6393178qcmqs1ziwmjk088g4k9aw"))))
|
"0z4swldxs0s31hnkqdhsbfmc8vx3p7zsvmqaw4l31r2iikdy651p"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:build-type "Release"
|
'(#:build-type "Release"
|
||||||
|
|
Reference in New Issue