summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYelninei <yelninei@tutamail.com>2026-07-17 13:17:56 +0000
committerNguyễn Gia Phong <cnx@loang.net>2026-08-31 11:00:18 +0900
commitc73153c49bce77a5168bb0b694e6bc2a85a21004 (patch)
tree5b429df6f95e2e60a337d2ad633dd9cbece155f6
parentf6d1f42f4bbb236c83927e363a1470572308e726 (diff)
gnu: protobuf: Update to 3.21.12.
* gnu/packages/protobuf.scm (protobuf): Update to 3.21.12. Merges: https://codeberg.org/guix/guix/pulls/8675 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--gnu/packages/protobuf.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index fdd9ad356a4..ddc1e18a336 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -186,10 +186,11 @@ internal RPC protocols and file formats.")
186 (native-inputs (list python-setuptools python-wheel)) 186 (native-inputs (list python-setuptools python-wheel))
187 (inputs (list protobuf-6)))) 187 (inputs (list protobuf-6))))
188 188
189;; This is the last version that does not depend on abseil
189(define-public protobuf 190(define-public protobuf
190 (package 191 (package
191 (name "protobuf") 192 (name "protobuf")
192 (version "3.21.9") 193 (version "3.21.12")
193 (source (origin 194 (source (origin
194 (method url-fetch) 195 (method url-fetch)
195 (uri (string-append 196 (uri (string-append
@@ -201,7 +202,7 @@ internal RPC protocols and file formats.")
201 (snippet '(delete-file-recursively "third_party")) 202 (snippet '(delete-file-recursively "third_party"))
202 (sha256 203 (sha256
203 (base32 204 (base32
204 "01cl4l0rnnzjbhjjs2gyg2pk13505gh86ikh22jqjp54dp8mvp5x")) 205 "0q1lyw3wdd6vlvrh21xwh1dgkxsypy52l2xjzxpkr4d59999pasf"))
205 (patches (search-patches "protobuf-fix-build-on-32bit.patch" 206 (patches (search-patches "protobuf-fix-build-on-32bit.patch"
206 "protobuf-pathmax.patch")))) 207 "protobuf-pathmax.patch"))))
207 (outputs (list "out" 208 (outputs (list "out"