summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-10 12:44:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-21 09:42:20 +0100
commitb296234afda2856da47ec7648e70c0729d9d5f48 (patch)
treebeef525c7ee7b392d19f7ec54836c975db1c6b46
parent574f9f2044ec6049b2e16d3224d1d09185b75882 (diff)
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
-rw-r--r--gnu/packages/golang-build.scm14
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 9f5be191b12..d21391eb8aa 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")