Loading pkgs/development/python-modules/alexapy/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ fetchFromGitLab, poetry-core, pyotp, pythonOlder, requests, simplejson, yarl, Loading @@ -19,16 +18,14 @@ buildPythonPackage rec { pname = "alexapy"; version = "1.29.9"; version = "1.29.10"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitLab { owner = "keatontaylor"; repo = "alexapy"; tag = "v${version}"; hash = "sha256-Ecj4IQd0UJuNcGqSj48WrULyOwkbNh1YITkj0ftS7yY="; hash = "sha256-XyTnCSaE5yednpsR21cenY7Pl/msn3zJsOYGiSGPflA="; }; pythonRelaxDeps = [ "aiofiles" ]; Loading Loading @@ -59,7 +56,7 @@ buildPythonPackage rec { meta = { description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically"; homepage = "https://gitlab.com/keatontaylor/alexapy"; changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/v${version}/CHANGELOG.md"; changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/alexapy/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ fetchFromGitLab, poetry-core, pyotp, pythonOlder, requests, simplejson, yarl, Loading @@ -19,16 +18,14 @@ buildPythonPackage rec { pname = "alexapy"; version = "1.29.9"; version = "1.29.10"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitLab { owner = "keatontaylor"; repo = "alexapy"; tag = "v${version}"; hash = "sha256-Ecj4IQd0UJuNcGqSj48WrULyOwkbNh1YITkj0ftS7yY="; hash = "sha256-XyTnCSaE5yednpsR21cenY7Pl/msn3zJsOYGiSGPflA="; }; pythonRelaxDeps = [ "aiofiles" ]; Loading Loading @@ -59,7 +56,7 @@ buildPythonPackage rec { meta = { description = "Python Package for controlling Alexa devices (echo dot, etc) programmatically"; homepage = "https://gitlab.com/keatontaylor/alexapy"; changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/v${version}/CHANGELOG.md"; changelog = "https://gitlab.com/keatontaylor/alexapy/-/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; Loading