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:
Mathieu Othacehe 2019-10-19 15:28:51 +02:00
parent bae8958382
commit f093546046
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -12538,18 +12538,19 @@ (define-public python2-larch
(define-public python-astroid
(package
(name "python-astroid")
(version "2.1.0")
(version "2.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "astroid" version))
(sha256
(base32
"08hz675knh4294bancdapql392fmbjyimhbyrmfkz1ka7l035c1m"))))
"0crfhpblcy5a6nh694hc2073gw389f01yilamzqi34si2skgp8q9"))))
(build-system python-build-system)
(propagated-inputs
`(("python-lazy-object-proxy" ,python-lazy-object-proxy)
("python-six" ,python-six)
("python-typed-ast" ,python-typed-ast)
("python-wrapt" ,python-wrapt)))
(native-inputs
`(("python-dateutil" ,python-dateutil)