python3Packages.botocore: 1.19.57 -> 1.19.61

This commit is contained in:
Tim Steinbach 2021-01-27 17:56:43 -05:00
parent bd90b97d43
commit e441e7a469
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.19.57"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.61"; # 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-x1bWX/qYnFwOkheBdeQav3sYrRmy/i6C4ZLwheJk4Do="; sha256 = "sha256-MkXJ6ZYUO8/epz0QUUXKcz/NfVr+dEqHYGEvxEnD+BA=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [