python310Packages.glances-api: 0.3.6 -> 0.4.0

This commit is contained in:
Fabian Affolter 2022-08-19 20:26:30 +02:00
parent 6e665c4e29
commit 2e8ee595cd

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "glances-api";
version = "0.3.6";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-glances-api";
rev = version;
sha256 = "sha256-2H8S08tntCNKwMw553/wuWLXmri7b2tLxFlgCDJWQNQ=";
sha256 = "sha256-T7Z+xipTuE7IE9v+ZmiMvP5g8a/MU0ExnaE11DRjvpM=";
};
nativeBuildInputs = [