Skip to content

Commit

Permalink
python312Packages.aws-lambda-builders: 1.51.0 -> 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit bc3b847
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@

buildPythonPackage rec {
pname = "aws-lambda-builders";
version = "1.51.0";
version = "1.53.0";
pyproject = true;

disabled = pythonOlder "3.8";

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 = ''
Expand Down

0 comments on commit bc3b847

Please sign in to comment.