apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit e0967c5d5d8146d8d883e819e306659dd7def473
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Dec 20 10:07:46 2021 -0500
gnu: python-typed-ast: Update to 1.5.1.
* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.5.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 99eaecafd1..01f20e1230 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20779,7 +20779,7 @@ source bytes using the UTF-8 encoding and then rewrites
Python 3.6 style
(define-public python-typed-ast
(package
(name "python-typed-ast")
- (version "1.4.2")
+ (version "1.5.1")
(source
(origin
(method git-fetch)
@@ -20787,7 +20787,7 @@ source bytes using the UTF-8 encoding and then rewrites
Python 3.6 style
(url "https://github.com/python/typed_ast")
(commit version)))
(sha256
- (base32 "1wr6pkvvrq6rzjjw88pd5xy8fy06msam4hlxbkglvdmwh4c083l0"))
+ (base32 "1xfcs5246c8v5600aaa8zs7ii4sxb62q6r3sb2fgazyjx97wrxd9"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(arguments