python3Packages.botocore: 1.19.44 -> 1.19.46

This commit is contained in:
Tim Steinbach 2020-12-30 20:13:15 -05:00
parent 4e825a8707
commit 6e21df7d50
No known key found for this signature in database
GPG Key ID: FD36A5EAAC49035A
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.19.44"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.46"; # 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-dyXgjJWulsTb2VXLSuRKDAbT5B92p/6wqUHCekTGMRM="; sha256 = "sha256-hcppFa1Ucef2zRsAYQt0YB0pcMv46bG/JVaXFUz2IaM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [