9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
17 owner = "remcohaszing";
19 rev = "refs/tags/${version}";
20 hash = "sha256-VPdklyD3GVn0cex4I6zV61I0bUr4KQp8DdMKAM/r4io=";
35 pythonImportsCheck = [
40 description = "Python module for wake on lan";
41 mainProgram = "wakeonlan";
42 homepage = "https://github.com/remcohaszing/pywakeonlan";
43 changelog = "https://github.com/remcohaszing/pywakeonlan/releases/tag/${version}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ peterhoeg ];