guix-commits
[Top][All Lists]
Advanced

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

09/27: gnu: go-github-com-gogo-protobuf: Update to 0.5-1.35b81a0.


From: Leo Famulari
Subject: 09/27: gnu: go-github-com-gogo-protobuf: Update to 0.5-1.35b81a0.
Date: Wed, 10 Jan 2018 04:29:34 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit c1753d6ce113c762a3e8731cadae49f700608aeb
Author: Leo Famulari <address@hidden>
Date:   Sat Dec 30 16:47:22 2017 -0500

    gnu: go-github-com-gogo-protobuf: Update to 0.5-1.35b81a0.
    
    * gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): Update to
    0.5-1.35b81a0.
---
 gnu/packages/syncthing.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index ad68ca2..c16887d 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -358,11 +358,11 @@ structs in the Go programming language.")
     (license (package-license go-github-com-gogo-protobuf))))
 
 (define-public go-github-com-gogo-protobuf
-  (let ((commit "efccd33a0c20aa078705571d5ddbfa14c8395a63")
-        (revision "0"))
+  (let ((commit "35b81a066e522fb86ece043a8ef1dbfa10b4fed1")
+        (revision "1"))
     (package
       (name "go-github-com-gogo-protobuf")
-      (version (git-version "0.2" revision commit))
+      (version (git-version "0.5" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -371,7 +371,7 @@ structs in the Go programming language.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "09kfa3aqmhh7p0rc6wd4fw5cjccidsk9vgcy13albv0g8vnbmmgw"))))
+                  "194k6cls2g654df54x5rzrn5nqrfk8yz1jymm667ajjvzcplidja"))))
       (build-system go-build-system)
       (arguments
        `(#:import-path "github.com/gogo/protobuf/proto"



reply via email to

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