python: botocore: 1.14.17 -> 1.16.6

This commit is contained in:
Frederik Rietdijk 2020-05-10 09:35:47 +02:00
parent 1247c0dfce
commit 30f0461cdd

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.14.17"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.16.6"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "75c759fcd89c4b2c717b40c2bd43915716bf15cfb7fb5bfccdc9bd9f697ac75f";
sha256 = "b9c8e0aa07770b7b371d586db41eef46e70bfc4ab47f7a1ee1acd4e9c811c6c9";
};
propagatedBuildInputs = [