python3Packages.botocore: 1.20.49 -> 1.20.52

This commit is contained in:
Tim Steinbach 2021-04-15 11:12:02 -04:00
parent 652749c4ca
commit 4aede51a08
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.49"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.52"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-9/ED+gZRxp3TYMfQ7Nh0hUMD3lzAhp4MvCgYpSuqzGk=";
sha256 = "sha256-3V9YCOxIqZm5Y0s4etarehojuh+XEqh1Bm0jSAj4qmI=";
};
propagatedBuildInputs = [