python3Packages.botocore: 1.20.41 -> 1.20.45

This commit is contained in:
Tim Steinbach 2021-04-06 08:53:24 -04:00
parent 9279336b72
commit 7dab72898d
No known key found for this signature in database
GPG Key ID: 1B40229F19262402
1 changed files with 2 additions and 2 deletions

View File

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