about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-07 18:55:07 +0200
committerGitHub <noreply@github.com>2022-06-07 18:55:07 +0200
commita08d3aac36720ddb9859bad779e19f8395c4ecba (patch)
treecbc372f21867273a648e4e3f9e382122e1265119 /pkgs/development/python-modules
parente1c653af38db729645841de7fc5fd50445446bc2 (diff)
parent0fa2f72a8f68d6d34c7053644277d60b90e0565d (diff)
Merge pull request #176752 from r-ryantm/auto-update/python310Packages.google-cloud-iot
python310Packages.google-cloud-iot: 2.5.0 -> 2.5.1
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/google-cloud-iot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-iot/default.nix b/pkgs/development/python-modules/google-cloud-iot/default.nix
index d00d05f5431ed..77dd863f2b52a 100644
--- a/pkgs/development/python-modules/google-cloud-iot/default.nix
+++ b/pkgs/development/python-modules/google-cloud-iot/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-iot";
-  version = "2.5.0";
+  version = "2.5.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-bZ2Zn4r+hQ2MfkgXmJPYWbKy3tYlTkYh6ohmWQA/75U=";
+    sha256 = "sha256-Y71v505bwXEV1u28WFAHs12Qx0tKY7BDjFCc+oBgZcw=";
   };
 
   propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];