me
/
guix
Archived
1
0
Fork 0

gnu: flatbuffers: Update to 1.9.0.

* gnu/packages/serialization.scm (flatbuffers): Update to 1.9.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,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.8.0") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -428,7 +428,7 @@ to generate and parse. The two primary functions are @code{cbor.loads} and
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0blc978wc5h91662vai24xj92c3bx56y6hzid90qva7il302jl64")))) "1qs7sa9q4q6hs12yp875lvrv6393178qcmqs1ziwmjk088g4k9aw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:build-type "Release" '(#:build-type "Release"