python3Packages.botocore: 1.19.38 -> 1.19.39

This commit is contained in:
Tim Steinbach 2020-12-18 10:10:26 -05:00
parent be94a4cf23
commit 88f3fcd763
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.19.38"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.39"; # 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 = "12ipyrm5180lf00q6v669mrfkpw6x4rhzd7fsp6qzz3g1hdwn7hz"; sha256 = "1h7skfzglnrz3ghfn8x8d74pfwwrklafd1y0nvbsnwm0k1h3il70";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [