mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ply: Update to 3.11.
* gnu/packages/python-xyz.scm (python-ply): Update to 3.11.
This commit is contained in:
parent
9e8f73c49c
commit
0645a24b56
1 changed files with 2 additions and 2 deletions
|
@ -11395,14 +11395,14 @@ network support library.")
|
||||||
(define-public python-ply
|
(define-public python-ply
|
||||||
(package
|
(package
|
||||||
(name "python-ply")
|
(name "python-ply")
|
||||||
(version "3.10")
|
(version "3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "ply" version))
|
(uri (pypi-uri "ply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jxsr1d2f732r6ljhvm827113dckwl6qwakfvpbdhcbhvpvlmscn"))))
|
"18qx113g9bi1ac4indd5phma82zcdq601lxncp3vjn43m2mc3iq0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://www.dabeaz.com/ply/")
|
(home-page "http://www.dabeaz.com/ply/")
|
||||||
(synopsis "Python Lex & Yacc")
|
(synopsis "Python Lex & Yacc")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue