diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-10-16 18:32:24 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-10-16 20:48:15 +0300 |
| commit | a1baaa13f969f81ca03eb6871ca49397e512c952 (patch) | |
| tree | 33143ba4f0ea6a1ef0816d65319f53f3ebcdf973 /gnu | |
| parent | eff5c30e38a0dcdcc04e41bcdfff7bb13f7222ca (diff) | |
gnu: s-tui: Update inputs.
* gnu/packages/admin.scm (s-tui)[inputs]: Replace python-urwid-3 with
python-urwid.
Change-Id: I5a9db42576228f11d60624f67e69bd1afc86a793
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d549f41211d..e48e4102cb5 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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 |
