gnu: go-github-com-golang-protobuf-proto: Update to 1.3.1.
* gnu/packages/syncthing.scm (go-github-com-golang-protobuf-proto): Update to 1.3.1.master
parent
371b704299
commit
a85a78eb24
|
@ -841,20 +841,18 @@ bounds.")
|
||||||
(license expat))))
|
(license expat))))
|
||||||
|
|
||||||
(define-public go-github-com-golang-protobuf-proto
|
(define-public go-github-com-golang-protobuf-proto
|
||||||
(let ((commit "1e59b77b52bf8e4b449a57e6f79f21226d571845")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-golang-protobuf-proto")
|
(name "go-github-com-golang-protobuf-proto")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "1.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/golang/protobuf.git")
|
(url "https://github.com/golang/protobuf.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19bkh81wnp6njg3931wky6hsnnl2d1ig20vfjxpv450sd3k6yys8"))))
|
"15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/golang/protobuf/proto"
|
'(#:import-path "github.com/golang/protobuf/proto"
|
||||||
|
@ -865,7 +863,7 @@ bounds.")
|
||||||
(description "This package provides Go support for the Protocol Buffers
|
(description "This package provides Go support for the Protocol Buffers
|
||||||
data serialization format.")
|
data serialization format.")
|
||||||
(home-page "https://github.com/golang/protobuf")
|
(home-page "https://github.com/golang/protobuf")
|
||||||
(license bsd-3))))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-prometheus-client-model-go
|
(define-public go-github-com-prometheus-client-model-go
|
||||||
(let ((commit "fd36f4220a901265f90734c3183c5f0c91daa0b8")
|
(let ((commit "fd36f4220a901265f90734c3183c5f0c91daa0b8")
|
||||||
|
|
Reference in New Issue