Martin Weinelt 2024-06-05 21:30:38 +02:00
parent 0b14227c07
commit cf8c1b9845
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,7 +7,7 @@
google-auth,
google-auth-oauthlib,
google-cloud-pubsub,
pydantic,
mashumaro,
pytest-aiohttp,
pytest-asyncio,
pytestCheckHook,
@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "google-nest-sdm";
version = "3.0.4";
version = "4.0.4";
pyproject = true;
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "python-google-nest-sdm";
rev = "refs/tags/${version}";
hash = "sha256-zYHrS9y15dcyDhOoky7sB2BYkpTL3PoyNbNewKKl19E=";
hash = "sha256-bvfc9FPUSCVaHxyICCXmUCbbc6Vdxba1Tv8dbi7Ax6M=";
};
build-system = [ setuptools ];
@ -37,7 +37,7 @@ buildPythonPackage rec {
google-auth
google-auth-oauthlib
google-cloud-pubsub
pydantic
mashumaro
requests-oauthlib
];