guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b296234afda2856da47ec7648e70c0729d9d5f48
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:49 2025 +0100
gnu: go-google-golang-org-protobuf: Update to 1.36.10.
* gnu/packages/golang-build.scm (go-google-golang-org-protobuf): Update to
1.36.10.
Change-Id: I4715fd3168cacb31faa1daa72b168dc18719969e
---
gnu/packages/golang-build.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 9f5be191b1..d21391eb8a 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1546,23 +1546,21 @@ values.")
(define-public go-google-golang-org-protobuf
(package
(name "go-google-golang-org-protobuf")
- (version "1.36.6")
+ (version "1.36.10")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://go.googlesource.com/protobuf")
- (commit (string-append "v" version))))
+ (url "https://go.googlesource.com/protobuf")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0lp1a6bcwdiil4my0aq85ranxf2k757m8q0ss9658jyrh5g7av79"))))
+ (base32 "1509n0gvzqq8mr2377lzg70hfzwrijv069z094rnghif9b0hh07g"))))
(build-system go-build-system)
(arguments
(list
- #:import-path "google.golang.org/protobuf"
- #:phases
- #~(modify-phases %standard-phases
- (delete 'build)))) ; no go files in project's root
+ #:skip-build? #t
+ #:import-path "google.golang.org/protobuf"))
(propagated-inputs (list go-github-com-google-go-cmp))
(home-page "https://google.golang.org/protobuf")
(synopsis "Go library for Protocol Buffers")