gnu: python-pycodestyle: Update to 2.4.0.

* gnu/packages/python.scm (python-pycodestyle): Update to 2.4.0.
master
Marius Bakke 2018-07-23 21:21:55 +02:00
parent 9e7d6e818c
commit fdf5344a23
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3806,14 +3806,14 @@ as the original project seems to have been abandoned circa 2007.")
(define-public python-pycodestyle (define-public python-pycodestyle
(package (package
(name "python-pycodestyle") (name "python-pycodestyle")
(version "2.3.1") (version "2.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycodestyle" version)) (uri (pypi-uri "pycodestyle" version))
(sha256 (sha256
(base32 (base32
"0rk78b66p57ala26mdldl9lafr48blv5s659sah9q50qnfjmc8k8")))) "0fhy4vnlgpjq4qd1wdnl6pvdw7rah0ypmn8c9mkhz8clsndskz6b"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://pycodestyle.readthedocs.io/") (home-page "https://pycodestyle.readthedocs.io/")
(synopsis "Python style guide checker") (synopsis "Python style guide checker")