python311Packages.wakeonlan: update disabled

This commit is contained in:
Fabian Affolter 2023-11-18 09:18:37 +01:00 committed by GitHub
parent 2e47245fe6
commit 0ba0794fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "3.1.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "remcohaszing";