guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 834086a34d5b10b150bb83a8d7de87ba165fef28 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 a51dae4f28..e1200d2048 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14700,13 +14700,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 @@ -14714,8 +14714,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