Merge pull request #161790 from r-ryantm/auto-update/python3.10-google-cloud-iot

python310Packages.google-cloud-iot: 2.3.0 -> 2.4.0
This commit is contained in:
Fabian Affolter
2022-02-25 09:54:52 +01:00
committed by GitHub
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-cloud-iot";
version = "2.3.0";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "cb31a864be75c47880748b6c81f0c57cbce190a87e402ce32b2b772be2dba5fa";
sha256 = "sha256-5AOurJ/XIggFo3QZOQKiRNpbcHwdrIuMBbHeYDA001M=";
};
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];