gnu: python-ply: Update to 3.11.

* gnu/packages/python-xyz.scm (python-ply): Update to 3.11.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 00:45:23 +02:00
parent 9e8f73c49c
commit 0645a24b56
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11395,14 +11395,14 @@ (define-public python2-pika
(define-public python-ply
(package
(name "python-ply")
(version "3.10")
(version "3.11")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ply" version))
(sha256
(base32
"1jxsr1d2f732r6ljhvm827113dckwl6qwakfvpbdhcbhvpvlmscn"))))
"18qx113g9bi1ac4indd5phma82zcdq601lxncp3vjn43m2mc3iq0"))))
(build-system python-build-system)
(home-page "http://www.dabeaz.com/ply/")
(synopsis "Python Lex & Yacc")