python3Packages.boto3: 1.16.38 -> 1.16.39

This commit is contained in:
Tim Steinbach 2020-12-18 10:10:40 -05:00
parent 88f3fcd763
commit 081cbe2ed9
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.16.38"; # N.B: if you change this, change botocore too
version = "1.16.39"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
sha256 = "1xxvpf0q8xiz1cr5q1m4pdpzbhjriw3j6afi5dwvrrq9sh3x7pqx";
sha256 = "0j1qhfz2fi8hnfm5lhl6b3k0lh5r0vhr5bjm5aawf16l1wq18mm0";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];