aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-20 12:59:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-21 21:58:38 +0200
commit9b8016612cfa80103b278ed983420206fad7ecf0 (patch)
treeb1615358569672197c37d6981bb523b3ef0dfc25
parentb1a686bbd09651f5d1a05ca0a595829a85083274 (diff)
downloadguix-9b8016612cfa80103b278ed983420206fad7ecf0.tar
guix-9b8016612cfa80103b278ed983420206fad7ecf0.tar.gz
gnu: python-pycodestyle: Update to 2.3.1.
* gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
-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 de42d3d56e..33fb35ac86 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4357,14 +4357,14 @@ simple and Pythonic domain language.")
(define-public python-pycodestyle
(package
(name "python-pycodestyle")
- (version "2.0.0")
+ (version "2.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pycodestyle" version))
(sha256
(base32
- "1rz2v8506mdjdyxcnv9ygiw6v0d4dqx8z5sjyjm0w2v32h5l5w1p"))))
+ "0rk78b66p57ala26mdldl9lafr48blv5s659sah9q50qnfjmc8k8"))))
(build-system python-build-system)
(home-page "https://pycodestyle.readthedocs.io/")
(synopsis "Python style guide checker")