python3Packages.boto3: 1.16.46 -> 1.16.47

This commit is contained in:
Tim Steinbach 2021-01-01 15:47:30 -05:00
parent fb08d6a65b
commit bef1919fbd
No known key found for this signature in database
GPG key ID: FD36A5EAAC49035A

View file

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