gnu: s-tui: Use python-psutil.

* gnu/packages/admin.scm (s-tui): [inputs]: Remove python-psutil-7; add
  python-psutil.

Change-Id: I97816f7827b64d6facfa4b31d038ec303a91a6a1
This commit is contained in:
Sharlatan Hellseher 2025-07-12 22:17:33 +01:00
parent c2e82ab674
commit dae0397548
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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