guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 5086ddb376d5f0baea663549c0a7828d5f5a443c Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Jul 16 12:07:44 2025 +0100
gnu: python-asttokens: Update to 3.0.0. * gnu/packages/python-xyz.scm (python-asttokens): Update to 3.0.0. [propagated-inputs]: Remove python-six. Change-Id: I289e2675c5d72b7f016d2bc791f75c0e4da29112 --- gnu/packages/python-xyz.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f10e8a466d..0d71ddbc88 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14847,13 +14847,13 @@ to Python code.") (define-public python-asttokens (package (name "python-asttokens") - (version "2.4.1") + (version "3.0.0") (source (origin (method url-fetch) (uri (pypi-uri "asttokens" version)) (sha256 - (base32 "182b4l8sys07a46icg68h7b3d8iqkzvgsjqkgq1fp9m9idqnjf5h")))) + (base32 "1ixv6n8cg08n9h6rwyhd3lkzyjiwpbfv56dk338w3c32inm8pk8d")))) (build-system pyproject-build-system) (native-inputs (list python-astroid @@ -14861,8 +14861,6 @@ to Python code.") python-setuptools python-setuptools-scm python-wheel)) - (propagated-inputs - (list python-six)) (home-page "https://github.com/gristlabs/asttokens") (synopsis "Python library to annotate abstract syntax trees") (description "The @code{asttokens} module annotates Python abstract syntax