me
/
guix
Archived
1
0
Fork 0

gnu: python-asttokens: Update to 2.2.1.

* gnu/packages/python-xyz.scm (python-asttokens): Update to 2.2.1.
master
Andreas Enge 2023-02-22 15:14:17 +01:00
parent a67b2d4940
commit 9deb0dc1e7
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -9478,13 +9478,13 @@ abstract syntax tree (AST) nodes without side effects.")
(define-public python-asttokens
(package
(name "python-asttokens")
(version "2.0.5")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asttokens" version))
(sha256
(base32 "1mglbkikxvnhrk3inbx0v1qzxwd38qjr6l35sn098yicy0ac2m4s"))))
(base32 "1wwlpvnrh67z4228841zgpqc46vigslzmbvk2izbfc3g585i28j6"))))
(build-system python-build-system)
(propagated-inputs (list python-six))
(native-inputs (list python-astroid python-pytest python-setuptools-scm))