guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e5dfeba3f0a4f017defb6746c8519286ce1c02ea
Author: Sharlatan Hellseher <[email protected]>
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 f4369413d2..9a8a31741f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14791,13 +14791,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
@@ -14805,8 +14805,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