python3Packages.boto3: 1.17.12 -> 1.17.17

This commit is contained in:
Tim Steinbach 2021-02-28 10:33:45 -05:00 committed by Tim Steinbach
parent d44c8cd61f
commit 60c62dd5f0

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.17.12"; # N.B: if you change this, change botocore too
version = "1.17.17"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YvBs0eenjYqqTlJ8MnZT6abBr0FbWYNgSKkMKKJ+Xwk=";
sha256 = "sha256-RSPqs3/wBdUXQIO1k4LP1ia3iQwI1WzhYqS9kq99RN8=";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];