botocore: 1.17.60 -> 1.18.9

This commit is contained in:
Tim Steinbach 2020-10-01 09:27:55 -04:00
parent 94ce37ecef
commit 69d1582a44
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.17.60"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.18.9"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0n3a0mhx00i2i99mcwdkk7nbqdpd50zdfkg14mki0ydccqx1jgqr"; sha256 = "0rb3in7n9hdhp3sklkw78l378103khgmhdfy13kxfbgb0646pc1m";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [