aws-sam-cli: 1.35.0 -> 1.43.0 (#436803)

This commit is contained in:
Fabian Affolter
2025-08-26 23:18:57 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,14 +11,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.135.0";
version = "1.143.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sam-cli";
tag = "v${version}";
hash = "sha256-ccYpEznuU6d7gDyrDiuUmvdCJutXI7SAH2PH9Vdq8Fs=";
hash = "sha256-QnJQ45ucziHmOkQdAT29szOljBExiIXZ2zvhiKYXBxI=";
};
build-system = with python3.pkgs; [ setuptools ];
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aws-lambda-builders";
version = "1.56.0";
version = "1.57.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "awslabs";
repo = "aws-lambda-builders";
tag = "v${version}";
hash = "sha256-7fXuDR5AYAtnJapTTJ1QE45aP2l80ao/8RFwM7bgA4w=";
hash = "sha256-09SWe+uHsSmnxxZMqAeeg7z4MHex7oTgIHWO0jf6FQs=";
};
postPatch = ''