awscli, boto{core,3}: update to 1.11.30, 1.4.87, and 1.4.2, respectively

These packages like being updated together which is why I put all three
of them into the same commit.

Changed files
+7 -6
pkgs
+7 -6
pkgs/top-level/python-packages.nix
···
awscli = buildPythonPackage rec {
name = "awscli-${version}";
-
version = "1.11.10";
+
version = "1.11.30";
namePrefix = "";
src = pkgs.fetchurl {
url = "mirror://pypi/a/awscli/${name}.tar.gz";
-
sha256 = "174lfpai5cga1ml2bwswjil6h544m57js9ki7hqkr9gdbpa8pyrk";
+
sha256 = "07km02wnjbaf745cs8j6zlwk9c2561l82zvr23a6d3qzs8wwxicf";
};
# No tests included
···
colorama_3_3
docutils
rsa
+
pyyaml
pkgs.groff
pkgs.less
];
···
boto3 = buildPythonPackage rec {
name = "boto3-${version}";
-
version = "1.4.1";
+
version = "1.4.2";
src = pkgs.fetchFromGitHub {
owner = "boto";
repo = "boto3";
rev = version;
-
sha256 = "19ij6cs2n3p5fgipbrq1dybq2sjjvlhg9n5a5sv9wi95x9wqi5wb";
+
sha256 = "19hzxqr7ba07b3zg2wsrz6ic3g7pq50rrcp4616flfgny5vw42j3";
};
propagatedBuildInputs = [ self.botocore self.jmespath self.s3transfer ] ++
···
};
botocore = buildPythonPackage rec {
-
version = "1.4.67"; # This version is required by awscli
+
version = "1.4.87"; # This version is required by awscli
name = "botocore-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/b/botocore/${name}.tar.gz";
-
sha256 = "15fh3ng33mcbhm76pk9qqglf342qj471gfcqxv0nrl9f8sn3v60q";
+
sha256 = "0fga1zjffsn2h50hbw7s4lcv6zwz5dcjgvjncl5y392mhivlrika";
};
propagatedBuildInputs =