[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: protobuf: Update to 3.12.3.
From: |
guix-commits |
Subject: |
05/06: gnu: protobuf: Update to 3.12.3. |
Date: |
Wed, 15 Jul 2020 13:42:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7af2b55d7b8f600ebe87790c151724315dc83383
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 14 20:56:24 2020 +0200
gnu: protobuf: Update to 3.12.3.
* gnu/packages/protobuf.scm (protobuf): Update to 3.12.3.
---
gnu/packages/protobuf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 49abb21..7c14ddb 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -78,7 +78,7 @@ data in motion, or as a file format for data at rest.")
(define-public protobuf
(package
(name "protobuf")
- (version "3.11.3")
+ (version "3.12.3")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/google/protobuf/releases/"
@@ -86,7 +86,7 @@ data in motion, or as a file format for data at rest.")
version ".tar.gz"))
(sha256
(base32
- "0l8a1sgzhwwx5j5hv9n9zx8vkdwwn5gvd9dcpkkz4h0j17k1zywz"))))
+ "0s29dj8l9j6jk04im3ivcji1x9jm42fwjmwcmli0smz0m337xyaf"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(outputs (list "out"
- branch master updated (d7e9e0b -> b514478), guix-commits, 2020/07/15
- 01/06: gnu: opensmtpd-extras: Don't use NAME in source URI., guix-commits, 2020/07/15
- 02/06: gnu: opensmtpd-extras: Update to 6.7.1., guix-commits, 2020/07/15
- 05/06: gnu: protobuf: Update to 3.12.3.,
guix-commits <=
- 04/06: gnu: rust: Add SSL native search paths., guix-commits, 2020/07/15
- 03/06: gnu: Consistently use license: prefix in (gnu packages mail)., guix-commits, 2020/07/15
- 06/06: gnu: gparted: Use the Glib-or-GTK build system., guix-commits, 2020/07/15