[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/24: gnu: python-pycodestyle: Update to 2.4.0.
From: |
Marius Bakke |
Subject: |
14/24: gnu: python-pycodestyle: Update to 2.4.0. |
Date: |
Sat, 28 Jul 2018 09:58:18 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit fdf5344a23359ead55df86e7f1da9f0545bc2d97
Author: Marius Bakke <address@hidden>
Date: Mon Jul 23 21:21:55 2018 +0200
gnu: python-pycodestyle: Update to 2.4.0.
* gnu/packages/python.scm (python-pycodestyle): Update to 2.4.0.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 37e19da..b336649 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")
- 12/24: gnu: python-pyflakes: Update to 2.0.0., (continued)
- 12/24: gnu: python-pyflakes: Update to 2.0.0., Marius Bakke, 2018/07/28
- 13/24: gnu: python-more-itertools: Update to 4.2.0., Marius Bakke, 2018/07/28
- 19/24: gnu: python-pytest-cov: Update to 2.5.1., Marius Bakke, 2018/07/28
- 24/24: gnu: python-fonttools: Update to 3.28.0., Marius Bakke, 2018/07/28
- 23/24: gnu: gdb: Fix build with Python >= 3.7., Marius Bakke, 2018/07/28
- 18/24: gnu: python-hypothesis: Update to 3.66.6., Marius Bakke, 2018/07/28
- 22/24: gnu: python-pytest-mock: Update to 1.10.0., Marius Bakke, 2018/07/28
- 20/24: gnu: Add python-invoke., Marius Bakke, 2018/07/28
- 09/24: gnu: python-py: Add missing dependency on setuptools-scm., Marius Bakke, 2018/07/28
- 15/24: gnu: python-setuptools: Update to 40.0.0., Marius Bakke, 2018/07/28
- 14/24: gnu: python-pycodestyle: Update to 2.4.0.,
Marius Bakke <=
- 16/24: gnu: python-pytest-runner: Update to 4.2., Marius Bakke, 2018/07/28
- 21/24: gnu: python-pytest: Update to 3.6.3., Marius Bakke, 2018/07/28