gnu: go-github-com-gogo-protobuf: Update to 0.5-2.160de10.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): Update to 0.5-2.160de10.
This commit is contained in:
parent
a04434f291
commit
d095620a59
|
@ -358,8 +358,8 @@ structs in the Go programming language.")
|
||||||
(license (package-license go-github-com-gogo-protobuf))))
|
(license (package-license go-github-com-gogo-protobuf))))
|
||||||
|
|
||||||
(define-public go-github-com-gogo-protobuf
|
(define-public go-github-com-gogo-protobuf
|
||||||
(let ((commit "35b81a066e522fb86ece043a8ef1dbfa10b4fed1")
|
(let ((commit "160de10b2537169b5ae3e7e221d28269ef40d311")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gogo-protobuf")
|
(name "go-github-com-gogo-protobuf")
|
||||||
(version (git-version "0.5" revision commit))
|
(version (git-version "0.5" revision commit))
|
||||||
|
@ -371,7 +371,7 @@ structs in the Go programming language.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"194k6cls2g654df54x5rzrn5nqrfk8yz1jymm667ajjvzcplidja"))))
|
"0hxq28sgxym04rv0q40gpwkh4ni359q21hq3g78wwxwx4qfd4zwm"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/gogo/protobuf/proto"
|
`(#:import-path "github.com/gogo/protobuf/proto"
|
||||||
|
|
Loading…
Reference in New Issue