mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: python-typed-ast: Update to 1.4.2.
* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.4.2.
This commit is contained in:
parent
4ef16b23e6
commit
e9bb8eca3d
1 changed files with 2 additions and 2 deletions
|
@ -18023,7 +18023,7 @@ (define-public python-future-fstrings
|
|||
(define-public python-typed-ast
|
||||
(package
|
||||
(name "python-typed-ast")
|
||||
(version "1.4.0")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -18031,7 +18031,7 @@ (define-public python-typed-ast
|
|||
(url "https://github.com/python/typed_ast")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb"))
|
||||
(base32 "1wr6pkvvrq6rzjjw88pd5xy8fy06msam4hlxbkglvdmwh4c083l0"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue