Fabian Affolter
2025-02-22 04:31:01 +01:00
committed by GitHub
parent d8b348c8ed
commit ecc02c902f

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "airgradient";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "airgradienthq";
repo = "python-airgradient";
tag = "v${version}";
hash = "sha256-al0DLsub3xLU1BWLNn0cMI87O0mcQJ0Y4Boj2Xwk1r0=";
hash = "sha256-llhdLqVueATKCb4wyPYjnsdOpbbE2BnUU0PH0jwHPMU=";
};
build-system = [ poetry-core ];