Loading pkgs/development/python-modules/ring-doorbell/default.nix +10 −2 Original line number Diff line number Diff line { lib , asyncclick , buildPythonPackage , fetchPypi , oauthlib , poetry-core , pytest-asyncio , pytest-mock , pytest-socket , pytestCheckHook , pythonOlder , pytz Loading @@ -13,7 +17,7 @@ buildPythonPackage rec { pname = "ring-doorbell"; version = "0.7.4"; version = "0.7.7"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -21,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "ring_doorbell"; inherit version; hash = "sha256-hto3MwlC6ADjKkcB/4l/uFyw+0CgvLZM0sp3FF62XUA="; hash = "sha256-chhZj9yr/MCbvh3wo8RTqtyyt1Mj22ku4aRMK2c8Efc="; }; nativeBuildInputs = [ Loading @@ -29,6 +33,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ asyncclick oauthlib pytz requests Loading @@ -36,6 +41,9 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytest-asyncio pytest-mock pytest-socket pytestCheckHook requests-mock ]; Loading Loading
pkgs/development/python-modules/ring-doorbell/default.nix +10 −2 Original line number Diff line number Diff line { lib , asyncclick , buildPythonPackage , fetchPypi , oauthlib , poetry-core , pytest-asyncio , pytest-mock , pytest-socket , pytestCheckHook , pythonOlder , pytz Loading @@ -13,7 +17,7 @@ buildPythonPackage rec { pname = "ring-doorbell"; version = "0.7.4"; version = "0.7.7"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -21,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "ring_doorbell"; inherit version; hash = "sha256-hto3MwlC6ADjKkcB/4l/uFyw+0CgvLZM0sp3FF62XUA="; hash = "sha256-chhZj9yr/MCbvh3wo8RTqtyyt1Mj22ku4aRMK2c8Efc="; }; nativeBuildInputs = [ Loading @@ -29,6 +33,7 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ asyncclick oauthlib pytz requests Loading @@ -36,6 +41,9 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ pytest-asyncio pytest-mock pytest-socket pytestCheckHook requests-mock ]; Loading