[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: python-flake8: Update to 3.8.3.
From: |
guix-commits |
Subject: |
03/14: gnu: python-flake8: Update to 3.8.3. |
Date: |
Tue, 23 Jun 2020 17:30:22 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 358dda42e73c65a588be2fcbaaa29b514aa5814d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jun 23 16:44:19 2020 +0200
gnu: python-flake8: Update to 3.8.3.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a88865e..9b11296 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7582,13 +7582,13 @@ complexity of Python source code.")
(define-public python-flake8
(package
(name "python-flake8")
- (version "3.7.9")
+ (version "3.8.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "flake8" version))
(sha256
(base32
- "1yscj6avirm6m12bjh4fn2lfgxaamqsjh9pirdqfi0fcgq8ils25"))))
+ "02527892hh0qjivxaiphzalj7q32qkna1cqaikjs7c03mk5ryjzh"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch master updated (a864d40 -> 501d89d), guix-commits, 2020/06/23
- 03/14: gnu: python-flake8: Update to 3.8.3.,
guix-commits <=
- 02/14: gnu: python-utils: Update to 2.4.0., guix-commits, 2020/06/23
- 01/14: gnu: python-pytest-flakes: Update to 4.0.0., guix-commits, 2020/06/23
- 06/14: gnu: Add python-progressbar2., guix-commits, 2020/06/23
- 08/14: gnu: python-scikit-image: Update to 0.17.2., guix-commits, 2020/06/23
- 07/14: gnu: python-gridmap: Update to 0.14.0., guix-commits, 2020/06/23
- 09/14: gnu: Add python-msgpack-numpy., guix-commits, 2020/06/23
- 12/14: gnu: Add python-lfdfiles., guix-commits, 2020/06/23
- 10/14: gnu: Add python-roifile., guix-commits, 2020/06/23
- 14/14: gnu: python-pywavelets: Update to 1.1.1., guix-commits, 2020/06/23
- 04/14: gnu: python-pyflakes: Update to 2.2.0., guix-commits, 2020/06/23