gnu: flatbuffers: Update to 1.9.0.

* gnu/packages/serialization.scm (flatbuffers): Update to 1.9.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-17 03:44:18 +02:00
parent 688c907634
commit 87abf4a844
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -420,7 +420,7 @@ (define-public python-cbor
(define-public flatbuffers
(package
(name "flatbuffers")
(version "1.8.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
@ -428,7 +428,7 @@ (define-public flatbuffers
version ".tar.gz"))
(sha256
(base32
"0blc978wc5h91662vai24xj92c3bx56y6hzid90qva7il302jl64"))))
"1qs7sa9q4q6hs12yp875lvrv6393178qcmqs1ziwmjk088g4k9aw"))))
(build-system cmake-build-system)
(arguments
'(#:build-type "Release"