Skip to content

Commit

Permalink
aws-sam-cli: 1.131.0 -> 1.132.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 13, 2024
1 parent 035264b commit c6980dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/aw/aws-sam-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "aws-sam-cli";
version = "1.131.0";
version = "1.132.0";
pyproject = true;

src = fetchFromGitHub {
owner = "aws";
repo = "aws-sam-cli";
rev = "refs/tags/v${version}";
hash = "sha256-xA0scuj7R/lA2UCogWYaYSgxzk5i6QI+IxuM/TkBpBs=";
hash = "sha256-5h+uACzc4bAIgHoaZw2U/FCPA1ls8JTLqJd608J2uTU=";
};

build-system = with python3.pkgs; [ setuptools ];
Expand Down

0 comments on commit c6980dc

Please sign in to comment.