python312Packages.ring-doorbell: 0.8.10 -> 0.8.11

Changelog: https://github.com/tchellomello/python-ring-doorbell/releases/tag/0.8.11
This commit is contained in:
Fabian Affolter 2024-04-09 10:59:59 +02:00
parent 550f705f42
commit fa6c71dcb0
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.8.10";
version = "0.8.11";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-MKN38SqSn97SF9Y7IzNO6PHsbExjRNXph0Pp1mTNjVI=";
hash = "sha256-XygVfIf6zlKy2kv/9TKLG8MpYX4YnzYIKiSG7nP5YI8=";
};
build-system = [ poetry-core ];