Merge pull request #240197 from fabaff/glances-api-bump

python311Packages.glances-api: 0.4.2 -> 0.4.3
This commit is contained in:
Fabian Affolter 2023-06-28 08:15:33 +02:00 committed by GitHub
commit dd37892e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "glances-api";
version = "0.4.2";
version = "0.4.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "home-assistant-ecosystem";
repo = "python-glances-api";
rev = "refs/tags/${version}";
hash = "sha256-fcQgwOYGhpwxSXfa1PYFOe2UDTEu+2YGIQmuSa5J0g4=";
hash = "sha256-VfiAJuSmzFVgDTThtsTy7/caRmJKZuD5YwHjMspeB0A=";
};
nativeBuildInputs = [