Merge pull request #30375 from eqyiel/awsebcli-3.11.0

awsebcli: 3.10.5 -> 3.11.0
This commit is contained in:
Jörg Thalheim 2017-10-13 12:12:18 +01:00 committed by GitHub
commit 534060e608
1 changed files with 2 additions and 2 deletions

View File

@ -67,11 +67,11 @@ let
in with localPython.pkgs; buildPythonApplication rec { in with localPython.pkgs; buildPythonApplication rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "awsebcli"; pname = "awsebcli";
version = "3.10.5"; version = "3.11.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1g53z2flhp3navdf8lw6rgh99akf3k0ng1zkkqswvh66zswkxnwn"; sha256 = "052388annhyirlzdr89hbgif8k7pw7win2zm1ybn4iiisr5l49zi";
}; };
checkInputs = [ checkInputs = [