[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/25: gnu: python-protobuf: Update to 3.5.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/25: gnu: python-protobuf: Update to 3.5.2. |
Date: |
Sat, 17 Mar 2018 11:39:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c9ec726cd8061c8c64d7ea0fcec5bc1f4911cbf1
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Mar 16 01:19:42 2018 +0100
gnu: python-protobuf: Update to 3.5.2.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.5.2.
---
gnu/packages/protobuf.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 17d3bac..877c9c9 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016 Daniel Pimentel <address@hidden>
;;; Copyright © 2016 Leo Famulari <address@hidden>
;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -149,14 +149,14 @@ code.")
(define-public python-protobuf
(package
(name "python-protobuf")
- (version "3.4.0")
+ (version "3.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "protobuf" version))
(sha256
(base32
- "0x33xz85cy5ilg1n2rn92l4qwlcw25vzysx2ldv7k625yjg600pg"))))
+ "1q4b1m55w4gvcbzklbk8iylaii98n4in41k27d94w8ypbwlrm1q9"))))
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)))
- 18/25: gnu: python-nbformat: Update to 4.4.0., (continued)
- 18/25: gnu: python-nbformat: Update to 4.4.0., Tobias Geerinckx-Rice, 2018/03/17
- 04/25: gnu: Use HTTPS for r-project.org home pages., Tobias Geerinckx-Rice, 2018/03/17
- 22/25: gnu: shaderc: Use standard versioning scheme., Tobias Geerinckx-Rice, 2018/03/17
- 16/25: gnu: python-ptyprocess: Update to 0.5.2., Tobias Geerinckx-Rice, 2018/03/17
- 09/25: gnu: python-jsonschema: Update to 2.6.0., Tobias Geerinckx-Rice, 2018/03/17
- 17/25: gnu: python-simplejson: Update to 3.13.2., Tobias Geerinckx-Rice, 2018/03/17
- 14/25: gnu: python-jupyter-console: Update to 5.2.0., Tobias Geerinckx-Rice, 2018/03/17
- 25/25: gnu: Use the CMake build system's #:build-type key., Tobias Geerinckx-Rice, 2018/03/17
- 12/25: gnu: python-jupyter-core: Update to 4.4.0., Tobias Geerinckx-Rice, 2018/03/17
- 10/25: gnu: python-decorator: Update to 4.2.1., Tobias Geerinckx-Rice, 2018/03/17
- 08/25: gnu: python-protobuf: Update to 3.5.2.,
Tobias Geerinckx-Rice <=
- 07/25: gnu: python-oslotest: Update to 3.3.0., Tobias Geerinckx-Rice, 2018/03/17
- 15/25: gnu: python-chai: Update to 1.1.2., Tobias Geerinckx-Rice, 2018/03/17
- 19/25: gnu: python-pkginfo: Update to 1.4.2., Tobias Geerinckx-Rice, 2018/03/17
- 20/25: gnu: texlive-latex-type1cm: Fix description typo., Tobias Geerinckx-Rice, 2018/03/17
- 24/25: gnu: Fix common unquote typos., Tobias Geerinckx-Rice, 2018/03/17