~ruther/guix-local

a1baaa13f969f81ca03eb6871ca49397e512c952 — Efraim Flashner 6 months ago eff5c30
gnu: s-tui: Update inputs.

* gnu/packages/admin.scm (s-tui)[inputs]: Replace python-urwid-3 with
python-urwid.

Change-Id: I5a9db42576228f11d60624f67e69bd1afc86a793
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +1 -1
@@ 2893,7 2893,7 @@ development, not the kernel implementation of ACPI.")
           python-wheel))
    (inputs
     (list python-psutil
           python-urwid-3))
           python-urwid))
    (home-page "https://github.com/amanusk/s-tui")
    (synopsis "Interactive terminal stress test and monitoring tool")
    (description