python310Packages.ring-doorbell: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2023-09-16 09:21:33 +00:00
parent dc1834e25c
commit 68b0b4acb9

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.7.2";
version = "0.7.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-Cn6Cq/JwhoQ+s5wCefXfzOpnUf+EhWDmcVTKb7+k7ys=";
hash = "sha256-HYRuQZpdtBkVfFBdqQupAjzQpLIBvKGm42cCumc03GM=";
};
propagatedBuildInputs = [