gnu: python-parso: Update to 0.6.2.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.6.2.
This commit is contained in:
		
							parent
							
								
									e3da9b2e55
								
							
						
					
					
						commit
						a4abed71ae
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -15490,14 +15490,14 @@ time-based (TOTP) passwords.")
 | 
				
			||||||
(define-public python-parso
 | 
					(define-public python-parso
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-parso")
 | 
					    (name "python-parso")
 | 
				
			||||||
    (version "0.5.2")
 | 
					    (version "0.6.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "parso" version))
 | 
					       (uri (pypi-uri "parso" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1qgvrkpma7vylrk047mxxvqd66nwqk978n3ig2w8iz9m3bgjbksm"))))
 | 
					         "0mr1j4ijqnrihz1yap34g6i8vjldg5lz814sz4v0d8pbqvh5jmhc"))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-pytest" ,python-pytest)))
 | 
					     `(("python-pytest" ,python-pytest)))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue