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

python311Packages.ring-doorbell: 0.7.3 -> 0.7.4
This commit is contained in:
Weijia Wang 2023-10-01 00:22:40 +02:00 committed by GitHub
commit 520ffe1e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, oauthlib , oauthlib
, poetry-core
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, pytz , pytz
@ -12,17 +13,21 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ring-doorbell"; pname = "ring-doorbell";
version = "0.7.3"; version = "0.7.4";
format = "setuptools"; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
pname = "ring_doorbell"; pname = "ring_doorbell";
inherit version; inherit version;
hash = "sha256-HYRuQZpdtBkVfFBdqQupAjzQpLIBvKGm42cCumc03GM="; hash = "sha256-hto3MwlC6ADjKkcB/4l/uFyw+0CgvLZM0sp3FF62XUA=";
}; };
nativeBuildInputs = [
poetry-core
];
propagatedBuildInputs = [ propagatedBuildInputs = [
oauthlib oauthlib
pytz pytz