[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/24: gnu: python-flake8: Update to 3.5.0.
From: |
Marius Bakke |
Subject: |
17/24: gnu: python-flake8: Update to 3.5.0. |
Date: |
Sat, 28 Jul 2018 09:58:18 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 153812ee0d2fb643b6db3a6c918fced512198d4d
Author: Marius Bakke <address@hidden>
Date: Mon Jul 23 22:09:03 2018 +0200
gnu: python-flake8: Update to 3.5.0.
* gnu/packages/python.scm (python-flake8): Update to 3.5.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 444b9fd..1307698 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5617,14 +5617,14 @@ complexity of Python source code.")
(define-public python-flake8
(package
(name "python-flake8")
- (version "3.4.1")
+ (version "3.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "flake8" version))
(sha256
(base32
- "1n0i38592vy3q0x2a9bf8z6rhhn04i30wsn5i5zzcj7qkxvl8062"))))
+ "184b33grvvjmiwlv9kyd7yng9qv5ld24154j70z332xxg9gjclvj"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch core-updates updated (1428bce -> 4696368), Marius Bakke, 2018/07/28
- 01/24: gnu: openldap: Don't build static libraries., Marius Bakke, 2018/07/28
- 02/24: gnu: icu4c: Don't keep a reference to coreutils., Marius Bakke, 2018/07/28
- 04/24: gnu: libxml2: Add explicit dependency on XZ., Marius Bakke, 2018/07/28
- 03/24: gnu: libxml2: Move static library to separate output., Marius Bakke, 2018/07/28
- 08/24: gnu: python: Build reproducibly., Marius Bakke, 2018/07/28
- 10/24: gnu: python-py: Update to 1.5.4., Marius Bakke, 2018/07/28
- 11/24: gnu: python-py: Update home page., Marius Bakke, 2018/07/28
- 17/24: gnu: python-flake8: Update to 3.5.0.,
Marius Bakke <=
- 07/24: gnu: python: Rebuild bytecode after removing tests., Marius Bakke, 2018/07/28
- 05/24: gnu: python: Remove outdated comment and phases., Marius Bakke, 2018/07/28
- 06/24: gnu: python: Update to 3.7.0., Marius Bakke, 2018/07/28
- 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