python3Packages.botocore: 1.19.42 -> 1.19.43

This commit is contained in:
Tim Steinbach 2020-12-23 17:07:25 -05:00
parent f061d6ff26
commit 421b7874ca
No known key found for this signature in database
GPG Key ID: FD36A5EAAC49035A

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.19.42"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.43"; # 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-8LBx/Qj01y17osVH2lKavr4FJwXBWVvm0SohUadaYCk="; sha256 = "sha256-c5jJANvU49YWRyaSFTluo+gIL0lPPntl2basoEnB1GM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [