aws-sam-cli: 1.108.0 -> 1.110.0
Changelog: https://github.com/aws/aws-sam-cli/releases/tag/v1.110.0
This commit is contained in:
parent
764f14dc92
commit
24eabec84c
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "aws-sam-cli";
|
pname = "aws-sam-cli";
|
||||||
version = "1.108.0";
|
version = "1.110.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = python3.pythonOlder "3.8";
|
disabled = python3.pythonOlder "3.8";
|
||||||
|
@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-sam-cli";
|
repo = "aws-sam-cli";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-k6SXCFkISyfr5/0vhe/Dfzs4qsVfu14lFx/bl53QxR4=";
|
hash = "sha256-FJHHEsdi2uGP9/GxrANsVEuxZiS4M4BPBGoARQBQpkA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
@ -35,7 +35,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
"cookiecutter"
|
"cookiecutter"
|
||||||
"docker"
|
"docker"
|
||||||
"jsonschema"
|
"jsonschema"
|
||||||
|
"pyopenssl"
|
||||||
"rich"
|
"rich"
|
||||||
|
"ruamel-yaml"
|
||||||
"tomlkit"
|
"tomlkit"
|
||||||
"tzlocal"
|
"tzlocal"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue