mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
Update awscli to 1.7.41
This commit is contained in:
parent
5523ab8807
commit
9430294114
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "awscli-${version}";
|
name = "awscli-${version}";
|
||||||
version = "1.7.29";
|
version = "1.7.41";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/aws/aws-cli/archive/${version}.tar.gz";
|
url = "https://github.com/aws/aws-cli/archive/${version}.tar.gz";
|
||||||
sha256 = "0r0w5qldimdp2d2ykw7pmppn8chbhh6cm48famhldqnyrh3vrf02";
|
sha256 = "1xfvpqyxi5qaqcvm56q616k9zjidbc9l2vk1v3ld6lnlzri3a1ra";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -1433,12 +1433,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
botocore = buildPythonPackage rec {
|
botocore = buildPythonPackage rec {
|
||||||
version = "1.0.0a1";
|
version = "1.1.4";
|
||||||
name = "botocore-${version}";
|
name = "botocore-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/b/botocore/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/b/botocore/${name}.tar.gz";
|
||||||
sha256 = "0fybr48l0fvpc57n71khynpb4j0ibzn35bzybw6g1q9063xfwnxm";
|
sha256 = "1wbbaj0y6bfzsh61hgnnssn5j8m93r6r2m5r1jmlf6iz3l9gqkkp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
@ -1447,6 +1447,8 @@ let
|
|||||||
self.jmespath
|
self.jmespath
|
||||||
];
|
];
|
||||||
|
|
||||||
|
buildInputs = [ self.docutils ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/boto/botocore;
|
homepage = https://github.com/boto/botocore;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user