guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: flatbuffers: Update to 1.10.0.


From: Tobias Geerinckx-Rice
Subject: 01/07: gnu: flatbuffers: Update to 1.10.0.
Date: Fri, 26 Oct 2018 22:50:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 429a332b1c3c505331f30d04901bd8cb5d287bbe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 26 16:04:52 2018 +0200

    gnu: flatbuffers: Update to 1.10.0.
    
    * gnu/packages/serialization.scm (flatbuffers): Update to 1.10.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 6b28463..b34ea30 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -438,7 +438,7 @@ to generate and parse.  The two primary functions are 
@code{cbor.loads} and
 (define-public flatbuffers
   (package
     (name "flatbuffers")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
       (origin
         (method url-fetch)
@@ -446,7 +446,7 @@ to generate and parse.  The two primary functions are 
@code{cbor.loads} and
                             version ".tar.gz"))
         (sha256
          (base32
-          "1qs7sa9q4q6hs12yp875lvrv6393178qcmqs1ziwmjk088g4k9aw"))))
+          "0z4swldxs0s31hnkqdhsbfmc8vx3p7zsvmqaw4l31r2iikdy651p"))))
     (build-system cmake-build-system)
     (arguments
      '(#:build-type "Release"



reply via email to

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