python3Packages.botocore: 1.20.46 -> 1.20.49

This commit is contained in:
Tim Steinbach 2021-04-12 14:00:22 -04:00
parent a3e9412a4e
commit e05657cef5
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

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