guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/31: gnu: flatbuffers: Update to 1.9.0.


From: Tobias Geerinckx-Rice
Subject: 22/31: gnu: flatbuffers: Update to 1.9.0.
Date: Mon, 16 Apr 2018 22:49:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 87abf4a844dbdf3163749c6df731425d1d6c731b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 17 03:44:18 2018 +0200

    gnu: flatbuffers: Update to 1.9.0.
    
    * gnu/packages/serialization.scm (flatbuffers): Update to 1.9.0.
---
 gnu/packages/serialization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 21ab341..6273109 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -420,7 +420,7 @@ to generate and parse.  The two primary functions are 
@code{cbor.loads} and
 (define-public flatbuffers
   (package
     (name "flatbuffers")
-    (version "1.8.0")
+    (version "1.9.0")
     (source
       (origin
         (method url-fetch)
@@ -428,7 +428,7 @@ to generate and parse.  The two primary functions are 
@code{cbor.loads} and
                             version ".tar.gz"))
         (sha256
          (base32
-          "0blc978wc5h91662vai24xj92c3bx56y6hzid90qva7il302jl64"))))
+          "1qs7sa9q4q6hs12yp875lvrv6393178qcmqs1ziwmjk088g4k9aw"))))
     (build-system cmake-build-system)
     (arguments
      '(#:build-type "Release"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]