guix-commits
[Top][All Lists]
Advanced

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

19/35: gnu: go-github-com-gogo-protobuf: Update to 1.3.1.


From: guix-commits
Subject: 19/35: gnu: go-github-com-gogo-protobuf: Update to 1.3.1.
Date: Thu, 13 Feb 2020 19:55:36 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit a2c885b31c96950345980d1f23b1c67227d6e7db
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Feb 12 21:16:57 2020 -0500

    gnu: go-github-com-gogo-protobuf: Update to 1.3.1.
    
    * gnu/packages/golang.scm (go-github-com-gogo-protobuf): Update to 1.3.1.
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9150d66..c17c605 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1792,7 +1792,7 @@ and lookup requests.  Browse requests are not supported 
yet.")
 (define-public go-github-com-gogo-protobuf
   (package
     (name "go-github-com-gogo-protobuf")
-    (version "1.2.1")
+    (version "1.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1801,7 +1801,7 @@ and lookup requests.  Browse requests are not supported 
yet.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06yqa6h0kw3gr5pc3qmas7f7435a96zf7iw7p0l00r2hqf6fqq6m"))))
+                "0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/gogo/protobuf"



reply via email to

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