Skip to content

Commit

Permalink
boto3: 1.14.51 -> 1.14.60
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 14, 2020
1 parent 8ec1cb8 commit 8bf7fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boto3/default.nix
Expand Up @@ -13,11 +13,11 @@

buildPythonPackage rec {
pname = "boto3";
version = "1.14.51"; # N.B: if you change this, change botocore too
version = "1.14.60"; # N.B: if you change this, change botocore too

src = fetchPypi {
inherit pname version;
sha256 = "a6bdb808e948bd264af135af50efb76253e85732c451fa605b7a287faf022432";
sha256 = "05s2ysp90mwz5aydzfs9xm3hk9pz7s95zzpjg6g1msyy2gp2gjnq";
};

propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];
Expand Down

0 comments on commit 8bf7fe6

Please sign in to comment.