mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: python-urwidgets: Update to 0.2.1.
* gnu/packages/python-xyz.scm (python-urwidgets): Update to 0.2.1. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I31f06eab91c435f7192812310a6a6b001145f60e
This commit is contained in:
parent
ce1032d25b
commit
43b8a238a2
1 changed files with 3 additions and 2 deletions
|
@ -13572,15 +13572,16 @@ (define-public python-urwid-readline
|
|||
(define-public python-urwidgets
|
||||
(package
|
||||
(name "python-urwidgets")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "urwidgets" version))
|
||||
(sha256
|
||||
(base32 "123n9qfg6qwwh1911y71c3msxi89n8cjj15wh2snqmwdkyfwy6nl"))))
|
||||
(base32 "1vrydw9h8c5gi89dnv12a9cdyyxaffvxl1kq51f118cxjk9brwpr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-urwid))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/AnonymouX47/urwidgets")
|
||||
(synopsis "Collection of widgets for urwid")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue