Skip to content

Commit

Permalink
python3Packages.boto3: 1.16.41 -> 1.16.42
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 23, 2020
1 parent b8da36e commit 8db43ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/boto3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

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

src = fetchPypi {
inherit pname version;
sha256 = "sha256-DYTobuAuMshtMONd6WgDA6SAhz3S6Z3NyDSGuS3/sDw=";
sha256 = "sha256-ko5z9R9xRpobDOrR+7N/MERX7FRACDPALAwyjmRYH+o=";
};

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

0 comments on commit 8db43ec

Please sign in to comment.