glances: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm
2024-12-06 21:50:53 +00:00
parent e574201552
commit bc70bd6290
+2 -2
View File
@@ -23,7 +23,7 @@
buildPythonApplication rec {
pname = "glances";
version = "4.2.0";
version = "4.2.1";
pyproject = true;
disabled = isPyPy;
@@ -32,7 +32,7 @@ buildPythonApplication rec {
owner = "nicolargo";
repo = "glances";
rev = "refs/tags/v${version}";
hash = "sha256-liyrMaqBgK7UZjWIKIgIFbskTGaWfyrK8L74DKmaDmY=";
hash = "sha256-8Jm6DE3B7OQkaNwX/KwXMNZHUyvPtln8mJYaD6yzJRM=";
};
build-system = [ setuptools ];