guix_mirror_bot pushed a commit to branch world-rebuild in repository guix.
commit e5efdfd249cfbd0bced4dd826ed04c1300dcfec7 Author: Yelninei <[email protected]> AuthorDate: Fri Jul 17 13:17:56 2026 +0000 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 <[email protected]> --- gnu/packages/protobuf.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index fdd9ad356a..ddc1e18a33 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -186,10 +186,11 @@ internal RPC protocols and file formats.") (native-inputs (list python-setuptools python-wheel)) (inputs (list protobuf-6)))) +;; This is the last version that does not depend on abseil (define-public protobuf (package (name "protobuf") - (version "3.21.9") + (version "3.21.12") (source (origin (method url-fetch) (uri (string-append @@ -201,7 +202,7 @@ internal RPC protocols and file formats.") (snippet '(delete-file-recursively "third_party")) (sha256 (base32 - "01cl4l0rnnzjbhjjs2gyg2pk13505gh86ikh22jqjp54dp8mvp5x")) + "0q1lyw3wdd6vlvrh21xwh1dgkxsypy52l2xjzxpkr4d59999pasf")) (patches (search-patches "protobuf-fix-build-on-32bit.patch" "protobuf-pathmax.patch")))) (outputs (list "out"
