3
0
Fork 0
forked from mirrors/nixpkgs

awscli: 1.16.90 -> 1.16.104

This commit is contained in:
Frederik Rietdijk 2019-02-14 20:18:51 +01:00
parent a876267dee
commit 6da810586d

View file

@ -14,16 +14,23 @@ let
sha256 = "25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5";
};
});
colorama = super.colorama.overridePythonAttrs (oldAttrs: rec {
version = "0.3.9";
src = oldAttrs.src.override {
inherit version;
sha256 = "48eb22f4f8461b1df5734a074b57042430fb06e1d61bd1e11b078c0fe6d7a1f1";
};
});
};
};
in py.pkgs.buildPythonApplication rec {
pname = "awscli";
version = "1.16.90"; # N.B: if you change this, change botocore to a matching version too
version = "1.16.104"; # N.B: if you change this, change botocore to a matching version too
src = py.pkgs.fetchPypi {
inherit pname version;
sha256 = "1e2c776ca47ca18ee5ad3d481c0410800b8155342fe73099bc702b17625d7a2d";
sha256 = "d540067e72281e5b7b532d1323967d7fd43dad4a388974ec47353208d39072c4";
};
# No tests included