mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-urwid: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.0.
This commit is contained in:
parent
c1c2fa68df
commit
bc6c3f48ff
1 changed files with 2 additions and 2 deletions
|
@ -6453,14 +6453,14 @@ (define-public python-ipython-documentation
|
|||
(define-public python-urwid
|
||||
(package
|
||||
(name "python-urwid")
|
||||
(version "2.0.1")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "urwid" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g6cpicybvbananpjikmjk8npmjk4xvak1wjzji62wc600wkwkb4"))))
|
||||
"11ndnhxd41m13darf5s0c6bafdpkzq1l6mfb04wbzdmyc1hg75h8"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "http://urwid.org")
|
||||
(synopsis "Console user interface library for Python")
|
||||
|
|
Loading…
Reference in a new issue