diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-06-05 23:54:01 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-06-05 23:56:59 +0200 |
commit | 52cb6e6310b908d29948064d060b2abe0b576c0c (patch) | |
tree | d7d1b9fdc4fe0bb425c6d6e9bdff7bacd22ebf3f /gnu | |
parent | ff8c7be8d1631f841a138322c6a7a8fc37377577 (diff) |
gnu: python-flake8: Update to 3.9.2.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.2.
Diffstat (limited to 'gnu')
-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 b8b3b00653..0dfc6ca7e0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10193,13 +10193,13 @@ cyclomatic complexity of Python source code.") (define-public python-flake8 (package (name "python-flake8") - (version "3.9.1") + (version "3.9.2") (source (origin (method url-fetch) (uri (pypi-uri "flake8" version)) (sha256 (base32 - "0y732h02n2aih8gzyfj4bbhg4jgahyv84mjwfindk2g6w45rka0s")))) + "0sspgh2ph7bb5fmf49mrdhi7n5m421kfkxk1n0vn4akgg20q6lh7")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases |