mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-urwid-3.
* gnu/packages/python-xyz.scm (python-urwid-3): New variable. Change-Id: If44704bb9c5492fbdaad1dc54bee18fa507b172a
This commit is contained in:
parent
a96214a0f2
commit
ad67b0213b
1 changed files with 13 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue