python: boto3: 1.9.80 -> 1.9.94

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:12 +01:00
parent acc86e9dff
commit 970a952380

View File

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