python312Packages.aws-lambda-builders: 1.51.0 -> 1.53.0 (#363207)

This commit is contained in:
Nick Cao 2024-12-08 10:15:52 -05:00 committed by GitHub
commit 4283353e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aws-lambda-builders";
version = "1.51.0";
version = "1.53.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,8 +22,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-lambda-builders";
rev = "refs/tags/v${version}";
hash = "sha256-9EmhOehkXf6aUu6GLhzE0nkfyx+8ovv+Hr7w7DszXTg=";
tag = "v${version}";
hash = "sha256-4OiXri1u4co1cuDm7bLyw8XfMg2S3sKrkPWF2tD8zg8=";
};
postPatch = ''