Skip to content

Commit

Permalink
python3Packages.botocore: 1.19.40 -> 1.19.41
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 22, 2020
1 parent b94b61c commit 6fc561f
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.40"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.41"; # N.B: if you change this, change boto3 and awscli to a matching version

src = fetchPypi {
inherit pname version;
sha256 = "sha256-6/qICsjLgTLcZleQK/VG9SzyxDJ4Vw9gyPig+JRVZVU=";
sha256 = "sha256-VKillJeoO6LYn7lPht0HtiLXtfHW6ZJSIuu8ResNY6w=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6fc561f

Please sign in to comment.