gnu: python-typed-ast: Update to 1.4.0.

* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.4.0,
[source]: switch to git-fetch.
This commit is contained in:
Mathieu Othacehe 2019-10-19 15:26:55 +02:00
parent 63d4873b93
commit bae8958382
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -14735,14 +14735,16 @@ (define-public python-future-fstrings
(define-public python-typed-ast
(package
(name "python-typed-ast")
(version "1.3.5")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "typed-ast" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/python/typed_ast.git")
(commit version)))
(sha256
(base32
"1m7pr6qpana3cvqwiw7mlvrgvmw27ch5mx1592572xhlki8g85ak"))))
(base32 "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)