summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-12 22:17:33 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:23 +0100
commitd8a799c774d570e9747c72c05e94d15db5cf039a (patch)
tree8a80a50c164961ebcba1ac7883279af223a25cd2 /gnu/packages
parent96bf13153368b1aa63fdec1eb607c8fcad054d2e (diff)
gnu: s-tui: Use python-psutil.
* gnu/packages/admin.scm (s-tui): [inputs]: Remove python-psutil-7; add python-psutil. Change-Id: I97816f7827b64d6facfa4b31d038ec303a91a6a1
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 1 insertions, 1 deletions
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")