aws-sam-cli: 1.134.0 -> 1.135.0

This commit is contained in:
R. Ryantm 2025-03-19 17:16:42 +00:00
parent 044bc3de8e
commit e58fb6b16f

View file

@ -11,14 +11,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.134.0";
version = "1.135.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-sam-cli";
tag = "v${version}";
hash = "sha256-CuXJHKHFE1HOs3fQPofWPJI1/+mtkXBGEmO7bIQD5lA=";
hash = "sha256-ccYpEznuU6d7gDyrDiuUmvdCJutXI7SAH2PH9Vdq8Fs=";
};
build-system = with python3.pkgs; [ setuptools ];