glances: 4.3.0.8 -> 4.3.1

This commit is contained in:
R. Ryantm 2025-03-24 15:30:06 +00:00
parent 1b082c3d03
commit 2ce12b1d2b

View File

@ -27,7 +27,7 @@
buildPythonApplication rec {
pname = "glances";
version = "4.3.0.8";
version = "4.3.1";
pyproject = true;
disabled = isPyPy || pythonOlder "3.9";
@ -36,7 +36,7 @@ buildPythonApplication rec {
owner = "nicolargo";
repo = "glances";
tag = "v${version}";
hash = "sha256-BLOGsqeVrMZf2fLRqu1BIopWxgQF/z9KgsQopFfvdvo=";
hash = "sha256-KaH2dV9bOtBZkfbIGIgQS8vL39XwSyatSjclcXpeVGM=";
};
build-system = [ setuptools ];