boto3: 1.9.62 -> 1.9.75

This commit is contained in:
Tim Steinbach 2019-01-16 09:50:47 -05:00
parent 96be3d2003
commit 7931ea4e6b
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

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