forked from mirrors/nixpkgs
awscli: 1.10.38 -> 1.10.46
This commit is contained in:
parent
e4c3f9402d
commit
0fa00cce01
|
@ -1359,13 +1359,13 @@ in modules // {
|
|||
|
||||
awscli = buildPythonPackage rec {
|
||||
name = "awscli-${version}";
|
||||
version = "1.10.38";
|
||||
version = "1.10.46";
|
||||
|
||||
namePrefix = "";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/a/awscli/${name}.tar.gz";
|
||||
sha256 = "01d14snp3h4dkbwyviyprhcl8qcngc6nyzwy3k3nxvm1ia9hvz2n";
|
||||
sha256 = "1d2xjhdmjna9zxa4ybk7cjypib5yq2gd3w5fgpb4lfs6bh3mr554";
|
||||
};
|
||||
|
||||
# No tests included
|
||||
|
@ -2746,12 +2746,12 @@ in modules // {
|
|||
};
|
||||
|
||||
botocore = buildPythonPackage rec {
|
||||
version = "1.4.28"; # This version is required by awscli
|
||||
version = "1.4.36"; # This version is required by awscli
|
||||
name = "botocore-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/b/botocore/${name}.tar.gz";
|
||||
sha256 = "1qfvcb7japa3y1j4b86af9ph8q8mbq2mrx6xfhlqcf2x399l2phl";
|
||||
sha256 = "0mkydnbbn0x97nfzwqia68zw2y5j7i9yzpq5kasvc80n2z999h39";
|
||||
};
|
||||
|
||||
propagatedBuildInputs =
|
||||
|
|
Loading…
Reference in a new issue