diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 02:53:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 02:54:03 +0200 |
commit | f6a087a68fa133649940a35011692944c4426dfb (patch) | |
tree | 5f67170df8028abe84ee331e2455927d006f9740 | |
parent | f68cbccf5df51038f595a625a88f61b1bced6116 (diff) | |
download | guix-f6a087a68fa133649940a35011692944c4426dfb.tar guix-f6a087a68fa133649940a35011692944c4426dfb.tar.gz |
gnu: python-flake8: Update to 3.8.4.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.4.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 865b87e301..716f1d085f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8037,13 +8037,13 @@ complexity of Python source code.") (define-public python-flake8 (package (name "python-flake8") - (version "3.8.3") + (version "3.8.4") (source (origin (method url-fetch) (uri (pypi-uri "flake8" version)) (sha256 (base32 - "02527892hh0qjivxaiphzalj7q32qkna1cqaikjs7c03mk5ryjzh")))) + "0fvcrsbyzjpcli8ldbpsdbpmf238nkvwc1dy4hy82lf63rvfinma")))) (build-system python-build-system) (arguments `(#:phases |