Merge pull request #302793 from fabaff/ring-doorbell-bump

python312Packages.ring-doorbell: 0.8.10 -> 0.8.11
This commit is contained in:
OTABI Tomoya 2024-04-09 22:34:43 +09:00 committed by GitHub
commit cabe16080c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];