Skip to content

Commit

Permalink
python312Packages.ring-doorbell: 0.9.3 -> 0.9.5 (NixOS#343118)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 20, 2024
2 parents e6d28e7 + 06953d1 commit 6ad09ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/python-modules/ring-doorbell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
fetchPypi,
firebase-messaging,
freezegun,
hatchling,
oauthlib,
poetry-core,
pytest-asyncio,
pytest-freezer,
pytest-mock,
Expand All @@ -18,24 +18,25 @@
pythonOlder,
pytz,
typing-extensions,
websockets,
}:

buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.9.3";
version = "0.9.5";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-jzhboyDq3PXkwKKrAehX1F1UEUo9qofb+Z4/W5vwjiU=";
hash = "sha256-NnKcUr0SExXRDkNCIGU3LtwU1LIMAZzurn2Aoua1lzA=";
};

pythonRelaxDeps = [ "requests-oauthlib" ];

build-system = [ poetry-core ];
build-system = [ hatchling ];

dependencies = [
aiofiles
Expand All @@ -44,6 +45,7 @@ buildPythonPackage rec {
oauthlib
pytz
typing-extensions
websockets
];

optional-dependencies = {
Expand Down

0 comments on commit 6ad09ef

Please sign in to comment.