Merge pull request #300985 from r-ryantm/auto-update/python312Packages.ring-doorbell

python312Packages.ring-doorbell: 0.8.8 -> 0.8.9
This commit is contained in:
Fabian Affolter 2024-04-03 09:11:24 +02:00 committed by GitHub
commit 5e7b797b39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.8.8";
version = "0.8.9";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,14 +26,14 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-Rz12Qpawi4/u14ywJGt9Yw7IqjYP4bg6zNr9oN3iQxQ=";
hash = "sha256-FUPXia4lCDJDbzEzuewa5ShiIm0EvOrDE8GGZxYWvhk=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
asyncclick
oauthlib
pytz