Skip to content

Commit

Permalink
python: botocore: 1.16.6 -> 1.16.23
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 2335a24 commit 0b81332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore/default.nix
Expand Up @@ -12,11 +12,11 @@

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

src = fetchPypi {
inherit pname version;
sha256 = "b9c8e0aa07770b7b371d586db41eef46e70bfc4ab47f7a1ee1acd4e9c811c6c9";
sha256 = "5831068c9b49b4c91b0733e0ec784a7733d8732359d73c67a07a0b0868433cae";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0b81332

Please sign in to comment.