guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b59cb02c9c5243ed9132efd7cd865414eeaaba7a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jul 12 22:17:33 2025 +0100
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 a4d4c643bc..0138806b97 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2873,7 +2873,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")