Merge pull request #237087 from fabaff/google-nest-sdm-bump

python311Packages.google-nest-sdm: 2.2.4 -> 2.2.5
This commit is contained in:
Fabian Affolter
2023-06-10 23:42:59 +02:00
committed by GitHub
@@ -6,6 +6,7 @@
, google-auth
, google-auth-oauthlib
, google-cloud-pubsub
, pydantic
, pytest-aiohttp
, pytest-asyncio
, pytestCheckHook
@@ -15,7 +16,7 @@
buildPythonPackage rec {
pname = "google-nest-sdm";
version = "2.2.4";
version = "2.2.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@@ -24,7 +25,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "python-google-nest-sdm";
rev = "refs/tags/${version}";
hash = "sha256-HQzU6no/DV2QOC+LV7kUSrygTwgAvfMSmYIKaBd/PCE=";
hash = "sha256-UMP4FMyS8nAZmN7oKBZhMbqTgi4bSR/JmIeyWaZRZis=";
};
propagatedBuildInputs = [
@@ -32,6 +33,7 @@ buildPythonPackage rec {
google-auth
google-auth-oauthlib
google-cloud-pubsub
pydantic
requests-oauthlib
];