summaryrefslogtreecommitdiff
path: root/gnu/packages/protobuf.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/protobuf.scm')
-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"