gnu: Add python-urwid-3.

* gnu/packages/python-xyz.scm (python-urwid-3): New variable.

Change-Id: If44704bb9c5492fbdaad1dc54bee18fa507b172a
This commit is contained in:
Artyom V. Poptsov 2025-06-05 22:32:42 +03:00
parent a96214a0f2
commit ad67b0213b
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -14701,6 +14701,19 @@ adherence to RFC 6570, but adds a few extensions.")
features useful for text console applications.")
(license license:lgpl2.1+)))
(define-public python-urwid-3
(package
(inherit python-urwid)
(name "python-urwid")
(version "3.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urwid" version))
(sha256
(base32
"0y7bh77ad94i4i1nrdggrvk7vvl1fp2l6zm5lmwmgx3z3sx71jz7"))))))
(define-public python-urwid-readline
(package
(name "python-urwid-readline")