python3Packages.botocore: 1.19.56 -> 1.19.57

This commit is contained in:
Tim Steinbach 2021-01-20 09:48:33 -05:00
parent 6a1bee335e
commit 3d29f6625c
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.19.56"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.57"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AUluTCwGqreWifLDRaDizOtf4dp4WKfn3xibz5dwMiM=";
sha256 = "sha256-x1bWX/qYnFwOkheBdeQav3sYrRmy/i6C4ZLwheJk4Do=";
};
propagatedBuildInputs = [