glances: 3.2.0 -> 3.2.1

(cherry picked from commit c05bef5bc56325032f4602a9d5025551653bcc5c)
This commit is contained in:
Michael Weiss 2021-07-10 11:42:39 +02:00
parent 09e9715cc0
commit 3c9c1bc642
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -1,5 +1,5 @@
{ stdenv, buildPythonApplication, fetchFromGitHub, isPyPy, lib
, future, psutil, setuptools
, defusedxml, future, psutil, setuptools
# Optional dependencies:
, bottle, pysnmp
, hddtemp
@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "glances";
version = "3.2.0";
version = "3.2.1";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "v${version}";
sha256 = "126xpx8i85giy3hkhqh0qcln9i1qj5bfciaqh9486rkl54xm8zsr";
sha256 = "0m2cxmlyay2rr9hnc08s5q9xwdqy0nhzsl10by4f9ji0kiahnpl6";
};
# Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):
@ -37,6 +37,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
bottle
defusedxml
future
netifaces
psutil