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