This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch python-team
in repository guix.

The following commit(s) were added to refs/heads/python-team by this push:
     new 37d2b2f527 gnu: python-parso: Update to 0.8.5.
37d2b2f527 is described below

commit 37d2b2f52745738b066d8db64cc47f9df697a445
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Jan 23 08:36:33 2026 +0100

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 48325bb750..f7ff9415fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26091,18 +26091,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

Reply via email to