Loading pkgs/development/python-modules/denonavr/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -19,18 +19,16 @@ buildPythonPackage rec { pname = "denonavr"; version = "1.1.2"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "ol-iver"; repo = "denonavr"; tag = version; hash = "sha256-r8Gg7mZwEiSq1iFQJXLb9xCb/iYxTbaCKGBH2EDZQqs="; hash = "sha256-/GhlSZhl4VAl0em3QLolSRS0wZQeOhhF+B/91ohqVPw="; }; pythonRelaxDeps = [ "defusedxml" ]; build-system = [ setuptools ]; dependencies = [ Loading @@ -52,11 +50,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "denonavr" ]; meta = with lib; { meta = { description = "Automation Library for Denon AVR receivers"; homepage = "https://github.com/ol-iver/denonavr"; changelog = "https://github.com/ol-iver/denonavr/releases/tag/${src.tag}"; license = licenses.mit; license = lib.licenses.mit; maintainers = [ ]; }; } Loading
pkgs/development/python-modules/denonavr/default.nix +4 −6 Original line number Diff line number Diff line Loading @@ -19,18 +19,16 @@ buildPythonPackage rec { pname = "denonavr"; version = "1.1.2"; version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "ol-iver"; repo = "denonavr"; tag = version; hash = "sha256-r8Gg7mZwEiSq1iFQJXLb9xCb/iYxTbaCKGBH2EDZQqs="; hash = "sha256-/GhlSZhl4VAl0em3QLolSRS0wZQeOhhF+B/91ohqVPw="; }; pythonRelaxDeps = [ "defusedxml" ]; build-system = [ setuptools ]; dependencies = [ Loading @@ -52,11 +50,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "denonavr" ]; meta = with lib; { meta = { description = "Automation Library for Denon AVR receivers"; homepage = "https://github.com/ol-iver/denonavr"; changelog = "https://github.com/ol-iver/denonavr/releases/tag/${src.tag}"; license = licenses.mit; license = lib.licenses.mit; maintainers = [ ]; }; }