python: botocore: 1.17.32 -> 1.17.43

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:30:54 +02:00
parent 010a8a27a3
commit 38e627d1be

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.17.32"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.17.43"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "52a80cb721160b687179bd7077e63d775130455a678bf4280fb37c524c2bd67d";
sha256 = "3fb144d2b5d705127f394f7483737ece6fa79577ca7c493e4f42047ac8636200";
};
propagatedBuildInputs = [