diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-16 01:19:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-17 16:37:21 +0100 |
commit | c9ec726cd8061c8c64d7ea0fcec5bc1f4911cbf1 (patch) | |
tree | 2544fc3073c8629e92c5e5910228676a97c2a471 /gnu | |
parent | 9b62a6c5eb5409cd7f3c19fad10468e631353836 (diff) | |
download | patches-c9ec726cd8061c8c64d7ea0fcec5bc1f4911cbf1.tar patches-c9ec726cd8061c8c64d7ea0fcec5bc1f4911cbf1.tar.gz |
gnu: python-protobuf: Update to 3.5.2.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.5.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/protobuf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index 17d3bacf02..877c9c9c84 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> -;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; 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))) |