[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: protobuf: Update to 1.3.3.
From: |
guix-commits |
Subject: |
01/06: gnu: protobuf: Update to 1.3.3. |
Date: |
Sat, 3 Oct 2020 10:51:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e68ae709093b7b5ab4bcca9a96c48c2df73e7212
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 3 15:52:22 2020 +0200
gnu: protobuf: Update to 1.3.3.
* gnu/packages/protobuf.scm (protobuf): Update to 1.3.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 4d7a64a..4e748e1 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -162,7 +162,7 @@ internal RPC protocols and file formats.")
(define-public protobuf-c
(package
(name "protobuf-c")
- (version "1.3.2")
+ (version "1.3.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/protobuf-c/protobuf-c/"
@@ -170,7 +170,7 @@ internal RPC protocols and file formats.")
"/protobuf-c-" version ".tar.gz"))
(sha256
(base32
- "0x4ybd9rfd878p2imz0hb8zxfd7l60vbdw7cg84dnysr9kqm3wjk"))))
+ "0y3yaanq97si7iyld06p8w20m0shpj7sf4xwzbhhvijhxw36d592"))))
(build-system gnu-build-system)
(inputs `(("protobuf" ,protobuf)))
(native-inputs `(("pkg-config" ,pkg-config)))
- branch master updated (2bfbe07 -> 36045fa), guix-commits, 2020/10/03
- 01/06: gnu: protobuf: Update to 1.3.3.,
guix-commits <=
- 03/06: gnu: libmwaw: Update to 0.3.16., guix-commits, 2020/10/03
- 02/06: gnu: geonkick: Update to 2.3.8., guix-commits, 2020/10/03
- 04/06: gnu: libstaroffice: Update to 0.0.7., guix-commits, 2020/10/03
- 05/06: gnu: protonvpn-cli: Prefix Python input names with ‘python-’., guix-commits, 2020/10/03
- 06/06: gnu: protonvpn-cli: Add python-jinja2 input., guix-commits, 2020/10/03