botocore, boto3, awscli: 1.12.152->1.12.160, 1.9.152->1.9.160, 1.16.162->1.16.170

This commit is contained in:
Joel Thompson
2019-06-04 15:24:36 -04:00
parent 22039a182e
commit 49ddc4e6c6
3 changed files with 6 additions and 6 deletions

View File

@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.12.152"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.12.160"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "1pj9k3x82f9cgr0flg0m5n6fh8rkxy3c0z1qgx5nqvyidswn793r";
sha256 = "18jhc6v2xcd20hlq69ykapmxgd9k7szjbp1ndmgxi4g8w37fvcqp";
};
propagatedBuildInputs = [