[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/16: gnu: protobuf-c: Update to 1.3.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
16/16: gnu: protobuf-c: Update to 1.3.1. |
Date: |
Wed, 15 Aug 2018 21:02:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4a6785f6c0ecf46b1792a29117c83be2260e707f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Aug 16 02:45:12 2018 +0200
gnu: protobuf-c: Update to 1.3.1.
* gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.1.
---
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 877c9c9..85e3170 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -124,7 +124,7 @@ internal RPC protocols and file formats.")
(define-public protobuf-c
(package
(name "protobuf-c")
- (version "1.3.0")
+ (version "1.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/protobuf-c/protobuf-c/"
@@ -132,7 +132,7 @@ internal RPC protocols and file formats.")
"/protobuf-c-" version ".tar.gz"))
(sha256
(base32
- "18aj4xfv26zjmj44zbb01wk90jl7y4aj5xvbzz4gg748kdxavjax"))))
+ "0rr2kn7804cvhdm6lzz04gz76vy0fzj15dijbr17nv8x34x2sisi"))))
(build-system gnu-build-system)
(inputs `(("protobuf" ,protobuf)))
(native-inputs `(("pkg-config" ,pkg-config)))
- 03/16: gnu: execline: Update to 2.5.0.1., (continued)
- 03/16: gnu: execline: Update to 2.5.0.1., Tobias Geerinckx-Rice, 2018/08/15
- 01/16: gnu: mysql: Use HTTPS., Tobias Geerinckx-Rice, 2018/08/15
- 02/16: gnu: skalibs: Update to 2.7.0.0., Tobias Geerinckx-Rice, 2018/08/15
- 05/16: gnu: s6-dns: Update to 2.3.0.1., Tobias Geerinckx-Rice, 2018/08/15
- 04/16: gnu: s6: Update to 2.7.2.0., Tobias Geerinckx-Rice, 2018/08/15
- 11/16: gnu: s6-linux-utils: Update to 2.5.0.0., Tobias Geerinckx-Rice, 2018/08/15
- 06/16: gnu: s6-networking: Update to 2.3.0.3., Tobias Geerinckx-Rice, 2018/08/15
- 08/16: gnu: s6-portable-utils: Update to 2.2.1.2., Tobias Geerinckx-Rice, 2018/08/15
- 07/16: gnu: s6-rc: Update to 0.4.1.0., Tobias Geerinckx-Rice, 2018/08/15
- 09/16: gnu: s6-linux-init: Update to 0.4.0.0., Tobias Geerinckx-Rice, 2018/08/15
- 16/16: gnu: protobuf-c: Update to 1.3.1.,
Tobias Geerinckx-Rice <=
- 12/16: gnu: armadillo: Update to 9.100.4., Tobias Geerinckx-Rice, 2018/08/15
- 13/16: gnu: stellarium: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/08/15
- 15/16: gnu: qemu: Update to 3.0.0 [mitigate CVE-2018-3639]., Tobias Geerinckx-Rice, 2018/08/15
- 10/16: gnu: s6-linux-init: Remove superfluous spaces from description., Tobias Geerinckx-Rice, 2018/08/15
- 14/16: gnu: stellarium: Remove redundant FILE-NAME., Tobias Geerinckx-Rice, 2018/08/15