python: botocore: 1.13.2 -> 1.14.13

This commit is contained in:
Frederik Rietdijk 2020-02-08 14:05:56 +01:00 committed by Frederik Rietdijk
parent 843a1c3a6a
commit f3812d7dc8

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.13.2"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.14.13"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "8223485841ef4731a5d4943a733295ba69d0005c4ae64c468308cc07f6960d39";
sha256 = "6478d9207db6dbcb5106fd4db2cdd5194d0b2dc0b73776019d56877ab802fe87";
};
propagatedBuildInputs = [