From d8a799c774d570e9747c72c05e94d15db5cf039a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 12 Jul 2025 22:17:33 +0100 Subject: [PATCH] gnu: s-tui: Use python-psutil. * gnu/packages/admin.scm (s-tui): [inputs]: Remove python-psutil-7; add python-psutil. Change-Id: I97816f7827b64d6facfa4b31d038ec303a91a6a1 --- gnu/packages/admin.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2edb10bdb49..4a791d8e2c1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2874,7 +2874,7 @@ development, not the kernel implementation of ACPI.") python-setuptools python-wheel)) (inputs - (list python-psutil-7 + (list python-psutil python-urwid-3)) (home-page "https://github.com/amanusk/s-tui") (synopsis "Interactive terminal stress test and monitoring tool")