mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
aws-sam-cli: 1.116.0 -> 1.117.0
This commit is contained in:
parent
c77a089983
commit
d3d7690624
@ -10,7 +10,7 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "aws-sam-cli";
|
||||
version = "1.116.0";
|
||||
version = "1.117.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = python3.pythonOlder "3.8";
|
||||
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "aws";
|
||||
repo = "aws-sam-cli";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-bQET2acu2G2tKkBYrj+37f8vnvnByiqMwkMZzrhT95Q=";
|
||||
hash = "sha256-EXwR1bOaz2//pP3evOWF3XPUgIzbSEYqW4djyPkX8nQ=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user