aws-sam-cli: 1.127.0 -> 1.131.0 (#323090)

This commit is contained in:
Weijia Wang 2024-12-03 21:26:47 +01:00 committed by GitHub
commit d6f851c76e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.127.0";
version = "1.131.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sam-cli";
rev = "refs/tags/v${version}";
hash = "sha256-5/zXvO5xrNkhPCei4O/nMXA/e18VNrED2lpBbflaJLQ=";
hash = "sha256-xA0scuj7R/lA2UCogWYaYSgxzk5i6QI+IxuM/TkBpBs=";
};
build-system = with python3.pkgs; [ setuptools ];