diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-10 15:49:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-10 20:18:04 +0100 |
commit | 1d5261dacc31103836eab6d607a028fda0f6bc1d (patch) | |
tree | ef26c7f154721bbd46d8a533aac16793393c4118 /gnu/packages/protobuf.scm | |
parent | 34e4fb4f11b660fe3c178f5ea9a9093d9c0d4ab9 (diff) | |
download | guix-1d5261dacc31103836eab6d607a028fda0f6bc1d.tar guix-1d5261dacc31103836eab6d607a028fda0f6bc1d.tar.gz |
gnu: protobuf: Update to 3.11.3.
* gnu/packages/protobuf.scm (protobuf): Update to 3.11.3.
Diffstat (limited to 'gnu/packages/protobuf.scm')
-rw-r--r-- | gnu/packages/protobuf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 9ef9587975..165995f885 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -75,7 +75,7 @@ data in motion, or as a file format for data at rest.") (define-public protobuf (package (name "protobuf") - (version "3.10.1") + (version "3.11.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/google/protobuf/releases/" @@ -83,7 +83,7 @@ data in motion, or as a file format for data at rest.") version ".tar.gz")) (sha256 (base32 - "16xrclp3xw4hzni1h53px9s99657hs5790726lchm3hrvsyyabp8")))) + "0l8a1sgzhwwx5j5hv9n9zx8vkdwwn5gvd9dcpkkz4h0j17k1zywz")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib))) (outputs (list "out" |