summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-04-10 19:32:28 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-04-10 19:32:28 +0200
commit860851df85778efd099afc7f4e9eb845258346fa (patch)
tree2f3e3ab43bacd5e7dbbee8c1870476d9f82fca5d
parentba1ffb7a73fe1e1fb9895d76de3c5a9c538185e4 (diff)
downloadnixpkgs-860851df85778efd099afc7f4e9eb845258346fa.tar
nixpkgs-860851df85778efd099afc7f4e9eb845258346fa.tar.gz
nixpkgs-860851df85778efd099afc7f4e9eb845258346fa.tar.bz2
nixpkgs-860851df85778efd099afc7f4e9eb845258346fa.tar.lz
nixpkgs-860851df85778efd099afc7f4e9eb845258346fa.tar.xz
nixpkgs-860851df85778efd099afc7f4e9eb845258346fa.tar.zst
nixpkgs-860851df85778efd099afc7f4e9eb845258346fa.zip
python310Packages.google-cloud-iot: 2.9.0 -> 2.9.1
Changelog: https://github.com/googleapis/python-iot/blob/v2.9.1/CHANGELOG.md
-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 2aab21e7e78..ba3cc3dfe24 100644
--- a/pkgs/development/python-modules/google-cloud-iot/default.nix
+++ b/pkgs/development/python-modules/google-cloud-iot/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-iot";
-  version = "2.9.0";
+  version = "2.9.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-mr14CDo+M01ZRfNLerFNeikExmIcV0j17zX/Xn8JT80=";
+    hash = "sha256-6+6EsRdj38jD+i3nhVHOI1wVGWYKMIGDILHgO3wN7zg=";
   };
 
   propagatedBuildInputs = [