Skip to content

Commit

Permalink
python: boto3: 1.13.6 -> 1.13.23
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent ed62205 commit 2335a24
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.13.6"; # N.B: if you change this, change botocore too
version = "1.13.23"; # N.B: if you change this, change botocore too

src = fetchPypi {
inherit pname version;
sha256 = "f1ac7eb23ff8b1d7e314123668ff1e93b874dd396ac5424adc443d68bd8a6fbf";
sha256 = "bcaa88b2f81b88741c47da52f3414c876236700441df87b6198f860e6a200d6f";
};

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

0 comments on commit 2335a24

Please sign in to comment.