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:
Sharlatan Hellseher 2024-12-22 20:23:45 +00:00
parent 6dd9a1ae13
commit 1bea991448
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"