Merge pull request #35315 from eqyiel/awsebcli-3.12.3

awsebcli: 3.12.2 -> 3.12.3
This commit is contained in:
adisbladis 2018-02-22 15:49:26 +08:00 committed by GitHub
commit 6e91ce981c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.12.2"; version = "3.12.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "19sgx43fyq35rqp0q8zbqavgg0k0n46iy1fqsxvw9lf0g0v62pjh"; sha256 = "0jj6xhvsrgvc5pm05zbd95zvx36ssywq70j6q1kzcdv1flfzzyp9";
}; };
checkInputs = [ checkInputs = [