about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-07 15:11:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-07 15:11:21 +0000
commit97c641330aa3bec417e45ce044479f7c5594adc4 (patch)
tree3acdba6822a2c497480b91268d06adb33a8852a1
parent5844313b951ae092de2a6382d91036e33ffcae73 (diff)
python310Packages.pulumi-aws: 5.30.0 -> 5.40.0
-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 ae388396fd3f5..78766baadcb55 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.30.0";
+  version = "5.40.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "pulumi";
     repo = "pulumi-aws";
     rev = "refs/tags/v${version}";
-    hash = "sha256-XRn5kMbbbbk5+X8vah44cAHv2MMySK0ToO8ga5FWSuA=";
+    hash = "sha256-DMSBQhBxbVfU7ULkLI8KV7JJLBsaVb/Z9BZZG2GEOzQ=";
   };
 
   sourceRoot = "${src.name}/sdk/python";