gnu: python-flake8: Update to 3.9.2.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.2.
This commit is contained in:
		
							parent
							
								
									ff8c7be8d1
								
							
						
					
					
						commit
						52cb6e6310
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -10193,13 +10193,13 @@ cyclomatic complexity of Python source code.") | ||||||
| (define-public python-flake8 | (define-public python-flake8 | ||||||
|   (package |   (package | ||||||
|     (name "python-flake8") |     (name "python-flake8") | ||||||
|     (version "3.9.1") |     (version "3.9.2") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (pypi-uri "flake8" version)) |               (uri (pypi-uri "flake8" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0y732h02n2aih8gzyfj4bbhg4jgahyv84mjwfindk2g6w45rka0s")))) |                 "0sspgh2ph7bb5fmf49mrdhi7n5m421kfkxk1n0vn4akgg20q6lh7")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases (modify-phases %standard-phases |      `(#:phases (modify-phases %standard-phases | ||||||
|  |  | ||||||
		Reference in a new issue