gnu: python-flake8: Update to 2.5.1.

* gnu/packages/python.scm (python-flake8): Update to 2.5.1.
This commit is contained in:
Efraim Flashner 2015-12-30 16:29:19 +02:00
parent 2abc397225
commit 1b99553317

View file

@ -5073,17 +5073,14 @@ (define-public python2-pyflakes-0.8.1
(define-public python-flake8 (define-public python-flake8
(package (package
(name "python-flake8") (name "python-flake8")
(version "2.4.1") (version "2.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "flake8" version))
"https://pypi.python.org/packages/source/f/flake8/flake8-"
version
".tar.gz"))
(sha256 (sha256
(base32 (base32
"0dvmrpv7x98xkzffjz1z7lqr90sp5zdz16bdwckfd1cckpjvnzif")))) "00sn2g5ydriv5anbipcrprpv797kh4q8rfa75w3fc7v7n14fv2j4"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)