python312Packages.ring-doorbell: 0.9.8 -> 0.9.9

This commit is contained in:
R. Ryantm
2024-11-09 00:35:39 +00:00
parent df07f2434a
commit 87cabcd984
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.9.8";
version = "0.9.9";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-3OSD+L6+mZkkm0OU09hAFyEAxJZ3YA1+lRm2DjQ7Dl0=";
hash = "sha256-BxddSIADkXNbsAohWtAv93x685vCTj9FyKfwSUemY+I=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];