1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 22:20:38 +02:00

gnu: protobuf: Update to 3.20.3.

* gnu/packages/protobuf.scm (protobuf): Update to 3.20.3.

Change-Id: I451913a3f379f7bad1f6cea56fb6b028627984bb
This commit is contained in:
Ricardo Wurmus
2025-02-12 11:28:50 +01:00
committed by Andreas Enge
parent be8ff088ec
commit 0c7debdcd1

View File

@@ -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