python312Packages.ring-doorbell: 0.8.7 -> 0.8.8

This commit is contained in:
R. Ryantm 2024-03-18 12:19:21 +00:00
parent d0d9d40f13
commit bce8618278

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.8.7";
version = "0.8.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-Awi0Wa/ayzhpecTCKWRt+2bQvvvDxbjN+bIKAdorETs=";
hash = "sha256-Rz12Qpawi4/u14ywJGt9Yw7IqjYP4bg6zNr9oN3iQxQ=";
};
nativeBuildInputs = [