guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: protobuf: Update to 3.4.1.


From: Ricardo Wurmus
Subject: 01/03: gnu: protobuf: Update to 3.4.1.
Date: Tue, 17 Oct 2017 19:50:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dd12d4aad02fc83e00e7b09d676aa78bcb7dd476
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 18 01:40:24 2017 +0200

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

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 12f6f70..0a78dd7 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Daniel Pimentel <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
+;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,15 +33,15 @@
 (define-public protobuf
   (package
     (name "protobuf")
-    (version "2.6.1")
+    (version "3.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/google/protobuf/releases/";
-                                  "download/v" version "/protobuf-"
-                                  version ".tar.bz2"))
+                                  "download/v" version "/protobuf-cpp-"
+                                  version ".tar.gz"))
               (sha256
                (base32
-                "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
+                "0y6cr4l7bwa6zvjv5flzr4cx28shk5h8dz99xw90v8qih954pcrb"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)))
     (home-page "https://github.com/google/protobuf";)



reply via email to

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