mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gogo-protobuf: Update to 1.3.2.
* gnu/packages/golang.scm (go-github-com-gogo-protobuf): Update to 1.3.2. Change-Id: I1eb7ae905d1a836bafca490c1d650d79954405f1
This commit is contained in:
parent
6dd9a1ae13
commit
1bea991448
1 changed files with 2 additions and 2 deletions
|
@ -3592,7 +3592,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.3.1")
|
||||
(version "1.3.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3601,7 +3601,7 @@ and lookup requests. Browse requests are not supported yet.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x77x64sxjgfhmbijqfzmj8h4ar25l2w97h01q3cqs1wk7zfnkhp"))))
|
||||
"0dfv1bhx5zhb5bsj5sj757nkacf2swp1ajpcyj9d0b37n602m18a"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/gogo/protobuf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue