python3Packages.botocore: 1.20.24 -> 1.20.25

This commit is contained in:
Tim Steinbach 2021-03-11 08:27:03 -05:00 committed by Tim Steinbach
parent fde0082ca4
commit 50271bfa76
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.20.24"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.20.25"; # 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-k5i82UkUQqpVmnwRG5YAS7Bq9hLlO6pxZbCmRrtDU00="; sha256 = "sha256-uAtO/l+vsp8ko2V9H3eqFwUlyHa1/ZOE1eWFnQQFIG4=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [