gnu: python-astroid: Update to 2.3.2.
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.2, [propagated-inputs]: add python-typed-ast.
This commit is contained in:
		
							parent
							
								
									bae8958382
								
							
						
					
					
						commit
						f093546046
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -12538,18 +12538,19 @@ clone, while other processes access the original tree.")
 | 
				
			||||||
(define-public python-astroid
 | 
					(define-public python-astroid
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-astroid")
 | 
					    (name "python-astroid")
 | 
				
			||||||
    (version "2.1.0")
 | 
					    (version "2.3.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "astroid" version))
 | 
					       (uri (pypi-uri "astroid" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "08hz675knh4294bancdapql392fmbjyimhbyrmfkz1ka7l035c1m"))))
 | 
					         "0crfhpblcy5a6nh694hc2073gw389f01yilamzqi34si2skgp8q9"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-lazy-object-proxy" ,python-lazy-object-proxy)
 | 
					     `(("python-lazy-object-proxy" ,python-lazy-object-proxy)
 | 
				
			||||||
       ("python-six" ,python-six)
 | 
					       ("python-six" ,python-six)
 | 
				
			||||||
 | 
					       ("python-typed-ast" ,python-typed-ast)
 | 
				
			||||||
       ("python-wrapt" ,python-wrapt)))
 | 
					       ("python-wrapt" ,python-wrapt)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-dateutil" ,python-dateutil)
 | 
					     `(("python-dateutil" ,python-dateutil)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue