python3Packages.botocore: 1.19.50 -> 1.19.51

This commit is contained in:
Tim Steinbach 2021-01-08 08:59:23 -05:00
parent 8694e7de25
commit 63d40a90c9
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.50"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.51"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-cJCQumG7p9+oMbQ31hy0aahSmNjzzluOEs30G9KyvGE=";
sha256 = "sha256-sgTFtHewQ8f2HLpdtHnGsl9oT3QJtxqOzbWms/V7XLQ=";
};
propagatedBuildInputs = [