mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python312Packages.ring-doorbell: 0.9.3 -> 0.9.5 (#343118)
This commit is contained in:
commit
6ad09ef45b
@ -8,8 +8,8 @@
|
||||
fetchPypi,
|
||||
firebase-messaging,
|
||||
freezegun,
|
||||
hatchling,
|
||||
oauthlib,
|
||||
poetry-core,
|
||||
pytest-asyncio,
|
||||
pytest-freezer,
|
||||
pytest-mock,
|
||||
@ -18,11 +18,12 @@
|
||||
pythonOlder,
|
||||
pytz,
|
||||
typing-extensions,
|
||||
websockets,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ring-doorbell";
|
||||
version = "0.9.3";
|
||||
version = "0.9.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -30,12 +31,12 @@ buildPythonPackage rec {
|
||||
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
|
||||
@ -44,6 +45,7 @@ buildPythonPackage rec {
|
||||
oauthlib
|
||||
pytz
|
||||
typing-extensions
|
||||
websockets
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
|
Loading…
Reference in New Issue
Block a user