awsebcli: 3.25.2 -> 3.25.3 (#460782)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
fetchPypi,
|
||||
git,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -25,14 +26,15 @@ in
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "awsebcli";
|
||||
version = "3.25.2";
|
||||
version = "3.25.3";
|
||||
pyproject = true;
|
||||
doInstallCheck = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "aws-elastic-beanstalk-cli";
|
||||
tag = version;
|
||||
hash = "sha256-6PeOn0owjEjTWdEwgXILiGq+6T5GBBc61viiG5GNeYo=";
|
||||
hash = "sha256-PFyLVpmye+WIiF9xR37ydjLy0OvlIMDSIMaN4y0WM/E=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@@ -68,6 +70,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
mock
|
||||
pytest-socket
|
||||
pytestCheckHook
|
||||
versionCheckHook
|
||||
];
|
||||
|
||||
enabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user