python311Packages.pyinsteon: update disabled

This commit is contained in:
Fabian Affolter 2023-08-31 09:51:38 +02:00 committed by GitHub
parent 7a34883bfb
commit d7c9dc08d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ buildPythonPackage rec {
version = "1.5.0";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = pname;