guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: protobuf: Update to 3.10.1.


From: guix-commits
Subject: 01/01: gnu: protobuf: Update to 3.10.1.
Date: Tue, 12 Nov 2019 14:10:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b506b98e75e579c5e50abd84e4745e688242449c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 12 20:09:12 2019 +0100

    gnu: protobuf: Update to 3.10.1.
    
    * gnu/packages/protobuf.scm (protobuf): Update to 3.10.1.
---
 gnu/packages/protobuf.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index e9aaeb2..d000579 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2016 Daniel Pimentel <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -75,7 +75,7 @@ data in motion, or as a file format for data at rest.")
 (define-public protobuf
   (package
     (name "protobuf")
-    (version "3.10.0")
+    (version "3.10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/google/protobuf/releases/";
@@ -83,7 +83,7 @@ data in motion, or as a file format for data at rest.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "06xnqpsa79jrk3k55fsycnp7jac546299v7gdyx9yf4c5q81xfgz"))))
+                "16xrclp3xw4hzni1h53px9s99657hs5790726lchm3hrvsyyabp8"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)))
     (outputs (list "out"



reply via email to

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