about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pulumi-aws
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-23 20:17:13 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-06-23 13:33:24 -0700
commit14b4830da921820b4ef389bf337b1e14473871c6 (patch)
tree56d06e0fad37a61837c3e5d5694403afe4f9bef7 /pkgs/development/python-modules/pulumi-aws
parentef9ef365a7d53913e1de258d6956706f53277926 (diff)
python310Packages.pulumi-aws: 5.9.0 -> 5.9.1
Diffstat (limited to 'pkgs/development/python-modules/pulumi-aws')
-rw-r--r--pkgs/development/python-modules/pulumi-aws/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pulumi-aws/default.nix b/pkgs/development/python-modules/pulumi-aws/default.nix
index b62f9b7eaaf5c..838422a31a250 100644
--- a/pkgs/development/python-modules/pulumi-aws/default.nix
+++ b/pkgs/development/python-modules/pulumi-aws/default.nix
@@ -12,7 +12,7 @@
 buildPythonPackage rec {
   pname = "pulumi-aws";
   # Version is independant of pulumi's.
-  version = "5.9.0";
+  version = "5.9.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "pulumi";
     repo = "pulumi-aws";
     rev = "refs/tags/v${version}";
-    hash = "sha256-QEOVI6PvFJ8gf02Hlh42grMt2cObTJsOSmrgmjEZ8Rw=";
+    hash = "sha256-LYWxdqortazhev73JSTItrEyZZYFmeXkAko/2aFKaSw=";
   };
 
   sourceRoot = "${src.name}/sdk/python";