Merge pull request #175813 from SuperSandro2000/python310Packages.google-cloud-iot

python310Packages.google-cloud-iot: 2.4.1 -> 2.5.0

authored by Sandro and committed by GitHub 8a38bf34 57513452

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-iot/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-iot"; 15 - version = "2.4.1"; 15 + version = "2.5.0"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-AjGoEAAI8aTACtcZp7zT5n9y6WCMc4GOfgUusUVXAVk="; 19 + sha256 = "sha256-bZ2Zn4r+hQ2MfkgXmJPYWbKy3tYlTkYh6ohmWQA/75U="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];