18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-0+BjakGGnCbmiSHSipRifPkasfP1vvAWGvzyRufpsOk=";
36 propagatedBuildInputs = [
42 ] ++ lib.optionals (pythonOlder "3.11") [
53 pythonImportsCheck = [
58 description = "Automation Library for Denon AVR receivers";
59 homepage = "https://github.com/ol-iver/denonavr";
60 changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
61 license = with licenses; [ mit ];
62 maintainers = with maintainers; [ colemickens ];