guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: protobuf: Update to 3.5.1.


From: Tobias Geerinckx-Rice
Subject: 01/10: gnu: protobuf: Update to 3.5.1.
Date: Sat, 23 Dec 2017 00:11:22 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 66e86f268100c92dd0b275a04258b844a351bdae
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 23 04:36:12 2017 +0100

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

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 0e7c5f3..17d3bac 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -71,7 +71,7 @@ data in motion, or as a file format for data at rest.")
 (define-public protobuf
   (package
     (name "protobuf")
-    (version "3.5.0")
+    (version "3.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/google/protobuf/releases/";
@@ -79,7 +79,7 @@ data in motion, or as a file format for data at rest.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0lc5d5cnhsaiazc5gnsnv19bikk22rgcqlqzzrfvk6mkq98v1mld"))))
+                "14j0427ykjzrd9a66c2mpk0sjcccjlsx6q8ww6hzwb6sha3vm3f2"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)))
     (outputs (list "out"



reply via email to

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