gnu: python-flake8: Update to 3.9.0.
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.0.
This commit is contained in:
		
							parent
							
								
									91741db539
								
							
						
					
					
						commit
						9095fccd0e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8611,13 +8611,13 @@ complexity of Python source code.")
 | 
				
			||||||
(define-public python-flake8
 | 
					(define-public python-flake8
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-flake8")
 | 
					    (name "python-flake8")
 | 
				
			||||||
    (version "3.8.4")
 | 
					    (version "3.9.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "flake8" version))
 | 
					              (uri (pypi-uri "flake8" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0fvcrsbyzjpcli8ldbpsdbpmf238nkvwc1dy4hy82lf63rvfinma"))))
 | 
					                "1w65iyjnrwipv4dbcqxh725ri7mdx01d6pjyggd97c0j5cvkx1vq"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue