1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: s-tui: Update inputs.

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

Change-Id: I5a9db42576228f11d60624f67e69bd1afc86a793
This commit is contained in:
Efraim Flashner
2025-10-16 18:32:24 +03:00
parent eff5c30e38
commit a1baaa13f9

View File

@@ -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