diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-06 15:50:52 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-06 19:10:04 +0200 |
commit | 10213079f49ef42cd7b6d18c622065567d74463f (patch) | |
tree | fc15383c8996df91781b7150bc35dcb3dc9fca87 | |
parent | 9e22ab252f7c106f0aadcb697d22fa08eaf476e3 (diff) |
gnu: python-flake8: Update to 3.9.1.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.1.
-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 75a0cc8db3..78dcaa5db8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8998,13 +8998,13 @@ complexity of Python source code.") (define-public python-flake8 (package (name "python-flake8") - (version "3.9.0") + (version "3.9.1") (source (origin (method url-fetch) (uri (pypi-uri "flake8" version)) (sha256 (base32 - "1w65iyjnrwipv4dbcqxh725ri7mdx01d6pjyggd97c0j5cvkx1vq")))) + "0y732h02n2aih8gzyfj4bbhg4jgahyv84mjwfindk2g6w45rka0s")))) (build-system python-build-system) (arguments `(#:phases |