python311Packages.blinkpy: update disabled

This commit is contained in:
Fabian Affolter
2024-01-08 13:41:24 +01:00
committed by GitHub
parent 66524808a9
commit c8f8c41a0d
@@ -17,7 +17,7 @@ buildPythonPackage rec {
version = "0.22.5";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fronzbot";