summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-23 21:21:55 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-28 15:52:28 +0200
commitfdf5344a23359ead55df86e7f1da9f0545bc2d97 (patch)
tree9ec62b26f54cb6a843be35d8be4e07acf31f4191 /gnu
parent9e7d6e818cbea2049a2d2b2eb4c689d3b0d3efb8 (diff)
downloadguix-patches-fdf5344a23359ead55df86e7f1da9f0545bc2d97.tar
guix-patches-fdf5344a23359ead55df86e7f1da9f0545bc2d97.tar.gz
gnu: python-pycodestyle: Update to 2.4.0.
* gnu/packages/python.scm (python-pycodestyle): Update to 2.4.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 37e19dad3c..b336649e11 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3806,14 +3806,14 @@ as the original project seems to have been abandoned circa 2007.")
(define-public python-pycodestyle
(package
(name "python-pycodestyle")
- (version "2.3.1")
+ (version "2.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycodestyle" version))
(sha256
(base32
- "0rk78b66p57ala26mdldl9lafr48blv5s659sah9q50qnfjmc8k8"))))
+ "0fhy4vnlgpjq4qd1wdnl6pvdw7rah0ypmn8c9mkhz8clsndskz6b"))))
(build-system python-build-system)
(home-page "https://pycodestyle.readthedocs.io/")
(synopsis "Python style guide checker")