mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: go-github-com-golang-protobuf-proto: Update to 1.5.3.
* gnu/packages/golang.scm (go-github-com-golang-protobuf-proto): Update to 1.5.3. [arguments]: Enable tests. [propagated-inputs]: Add go-google-golang-org-protobuf. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
3da36f50a1
commit
12c72ab2cc
1 changed files with 5 additions and 5 deletions
|
@ -6232,7 +6232,7 @@ (define-public gotestsum
|
||||||
(define-public go-github-com-golang-protobuf-proto
|
(define-public go-github-com-golang-protobuf-proto
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-golang-protobuf-proto")
|
(name "go-github-com-golang-protobuf-proto")
|
||||||
(version "1.3.1")
|
(version "1.5.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6241,13 +6241,13 @@ (define-public go-github-com-golang-protobuf-proto
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl"))))
|
"03f1w2cd4s8a3xhl61x7yjx81kbzlrjpvnnwmbhqnz814yi7h43i"))))
|
||||||
(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"
|
||||||
#:unpack-path "github.com/golang/protobuf"
|
#:unpack-path "github.com/golang/protobuf"))
|
||||||
;; Requires unpackaged golang.org/x/sync/errgroup
|
(propagated-inputs
|
||||||
#:tests? #f))
|
(list go-google-golang-org-protobuf))
|
||||||
(synopsis "Go support for Protocol Buffers")
|
(synopsis "Go support for Protocol Buffers")
|
||||||
(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.")
|
||||||
|
|
Loading…
Reference in a new issue