Loading pkgs/development/python-modules/python-linkplay/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -15,20 +15,18 @@ buildPythonPackage rec { pname = "python-linkplay"; version = "0.0.15"; version = "0.0.16"; pyproject = true; src = fetchFromGitHub { owner = "Velleman"; repo = "python-linkplay"; rev = "refs/tags/v${version}"; hash = "sha256-PDkDZchAXxrmjg7G/dbbUyZUS8dNrOppH96mLLdwK1s="; hash = "sha256-YjsRjzkYac3IDuAq5s73INELNfWO6EhU5BMM7xQO7pk="; }; build-system = [ setuptools ]; pythonRelaxDeps = [ "aiofiles" ]; dependencies = [ aiofiles aiohttp Loading Loading
pkgs/development/python-modules/python-linkplay/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -15,20 +15,18 @@ buildPythonPackage rec { pname = "python-linkplay"; version = "0.0.15"; version = "0.0.16"; pyproject = true; src = fetchFromGitHub { owner = "Velleman"; repo = "python-linkplay"; rev = "refs/tags/v${version}"; hash = "sha256-PDkDZchAXxrmjg7G/dbbUyZUS8dNrOppH96mLLdwK1s="; hash = "sha256-YjsRjzkYac3IDuAq5s73INELNfWO6EhU5BMM7xQO7pk="; }; build-system = [ setuptools ]; pythonRelaxDeps = [ "aiofiles" ]; dependencies = [ aiofiles aiohttp Loading