guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 3c7c03fe1679e2de1fc2aec8b2abd19f52a5137c 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 4d0ec87250..4bafce66a1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14764,13 +14764,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 @@ -14778,8 +14778,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