summaryrefslogtreecommitdiff
path: root/gnu/packages/protobuf.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-02-12 11:28:50 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:12 +0200
commit0c7debdcd1ce320df1daeb488aaa3286ca4957b8 (patch)
tree075afc3947d562d1b557d6fb24c40110fa142ee3 /gnu/packages/protobuf.scm
parentbe8ff088ec8523a22a60aff0aa30653d51e9f82a (diff)
gnu: protobuf: Update to 3.20.3.
* gnu/packages/protobuf.scm (protobuf): Update to 3.20.3. Change-Id: I451913a3f379f7bad1f6cea56fb6b028627984bb
Diffstat (limited to 'gnu/packages/protobuf.scm')
-rw-r--r--gnu/packages/protobuf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index d4b48e585b..25347719ed 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -175,7 +175,7 @@ internal RPC protocols and file formats.")
(package
(inherit protobuf)
(name "protobuf")
- (version "3.20.2")
+ (version "3.20.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -186,7 +186,7 @@ internal RPC protocols and file formats.")
(snippet '(delete-file-recursively "third_party"))
(sha256
(base32
- "1hsscx9jm8qv3afgwc764rx9sx1ylkrr54xw1wc0mfjbl8mpw5m0"))))
+ "0ggyfrfal7wms4n8pba224jwpjxn19rigd5y90m3x2bg97ych775"))))
(build-system gnu-build-system)
(arguments (substitute-keyword-arguments (package-arguments protobuf)
;; XXX: insists on using bundled googletest