summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-12 18:39:22 -0500
committerGitHub <noreply@github.com>2023-11-12 18:39:22 -0500
commite872c1bbb8a0f178a8fee1a4d2e98a617dfffab2 (patch)
treec7ac9f8ca78d8cae8add1e7ac902c4b4f6275d39
parent3f88fd014dcaa6c195a5b140c9d831edac9ba351 (diff)
parentba85fa1d48b521a9ecb2452167f9c8146fb7793d (diff)
Merge pull request #267074 from r-ryantm/auto-update/python311Packages.aws-lambda-builders
python311Packages.aws-lambda-builders: 1.40.0 -> 1.41.0
-rw-r--r--pkgs/development/python-modules/aws-lambda-builders/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aws-lambda-builders/default.nix b/pkgs/development/python-modules/aws-lambda-builders/default.nix
index 44dbdd50fda5..6f19a6a7ac1c 100644
--- a/pkgs/development/python-modules/aws-lambda-builders/default.nix
+++ b/pkgs/development/python-modules/aws-lambda-builders/default.nix
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aws-lambda-builders";
- version = "1.40.0";
+ version = "1.41.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "awslabs";
repo = "aws-lambda-builders";
rev = "refs/tags/v${version}";
- hash = "sha256-4LapTxeJtzuXdWRgDmsQ8/yDeYZfMz+kJwpZKF7stmc=";
+ hash = "sha256-Uxf52UzzCqXFFnQD1DwcSy3ylY+rYq6qbI5XK5JiVto=";
};
postPatch = ''