Skip to content

Commit

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

buildPythonPackage rec {
pname = "botocore";
version = "1.19.42"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.43"; # N.B: if you change this, change boto3 and awscli to a matching version

src = fetchPypi {
inherit pname version;
sha256 = "sha256-8LBx/Qj01y17osVH2lKavr4FJwXBWVvm0SohUadaYCk=";
sha256 = "sha256-c5jJANvU49YWRyaSFTluo+gIL0lPPntl2basoEnB1GM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 421b787

Please sign in to comment.