aws-sam-cli: 1.152.0 -> 1.153.1

This commit is contained in:
R. Ryantm
2026-02-03 22:55:17 +00:00
parent 41965737c1
commit 3fa42150db
+2 -2
View File
@@ -11,14 +11,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.152.0";
version = "1.153.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sam-cli";
tag = "v${version}";
hash = "sha256-N+x9ZNd6WvDJTFERhWJD5HsDE7dFyH+jOnEMzJ3IHSk=";
hash = "sha256-502Ca/oHAIG/9G25G8xEJEJPWwDKeGrpRN1ZcEY+1LE=";
};
build-system = with python3.pkgs; [ setuptools ];