python311Packages.gpiozero: update disabled
This commit is contained in:
parent
8ef11ee7a6
commit
652142d7e0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||
version = "2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gpiozero";
|
||||
|
|
Loading…
Reference in a new issue