Merge pull request #39583 from eqyiel/awsebcli-3.12.4

awsebcli: 3.12.3 -> 3.12.4
This commit is contained in:
Jörg Thalheim 2018-04-27 07:35:21 +01:00 committed by GitHub
commit 0be4b0ce96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,14 @@ let
};
});
pathspec = super.pathspec.overridePythonAttrs (oldAttrs: rec {
version = "0.5.5";
src = oldAttrs.src.override {
inherit version;
sha256 = "72c495d1bbe76674219e307f6d1c6062f2e1b0b483a5e4886435127d0df3d0d3";
};
});
requests = super.requests.overridePythonAttrs (oldAttrs: rec {
version = "2.9.1";
src = oldAttrs.src.override {
@ -46,11 +54,11 @@ let
};
in with localPython.pkgs; buildPythonApplication rec {
pname = "awsebcli";
version = "3.12.3";
version = "3.12.4";
src = fetchPypi {
inherit pname version;
sha256 = "0jj6xhvsrgvc5pm05zbd95zvx36ssywq70j6q1kzcdv1flfzzyp9";
sha256 = "128dgxyz2bgl3r4jdkbmjs280004bm0dwzln7p6ly3yjs2x37jl6";
};
checkInputs = [