summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-01-23 08:36:33 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:41 +0100
commit059bbece2f2ab33ab4e967b7c3d29d2b64eb875e (patch)
tree469a288fbb519336d532b952b4ded50f3838a0b1 /gnu
parent483ee41756f332b1a02b218ccac97c296a99de3b (diff)
gnu: python-parso: Update to 0.8.5.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.8.5. [native-inputs]: Remove python-wheel. Change-Id: I7548a9a8735c88036874bfd21614d33ea45d6a36 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d6b6eb308bb..583be5c4ecf 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26239,18 +26239,17 @@ Kodi plugin.")
(define-public python-parso
(package
(name "python-parso")
- (version "0.8.4")
+ (version "0.8.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "parso" version))
(sha256
- (base32 "0bdr38l6p7d9q8agxljdbzm4158grkp1sms5lfcr1f8g4ic7nfpb"))))
+ (base32 "0npyvabbvdp9ci3vhpg8dsfmxw2hljlb4j1g6p7bs650m5a76k83"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-setuptools
- python-wheel))
+ python-setuptools))
(home-page "https://github.com/davidhalter/parso")
(synopsis "Python Parser")
(description "Parso is a Python parser that supports error recovery and