python3Packages.botocore: 1.20.45 -> 1.20.46

This commit is contained in:
Tim Steinbach 2021-04-07 13:56:06 -04:00 committed by Jonathan Ringer
parent cf42b2eb0f
commit 321f4d54f0
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.45"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.46"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-s6WbIcb0BNLF3LGiFphISlrBu+Y5ypey4PDhnFLC6+E=";
sha256 = "sha256-ULvD6TQcfaqCGduYw48mASoVHKiPomAUjlvzrcvLlUE=";
};
propagatedBuildInputs = [