Revert "python: botocore: 1.16.6 -> 1.16.23"

Broke awscli.

This reverts commit 0b81332a85.
This commit is contained in:
Frederik Rietdijk 2020-06-15 08:25:38 +02:00
parent 59dda0a42a
commit fa43a4a13e

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.16.23"; # 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 { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "5831068c9b49b4c91b0733e0ec784a7733d8732359d73c67a07a0b0868433cae"; sha256 = "b9c8e0aa07770b7b371d586db41eef46e70bfc4ab47f7a1ee1acd4e9c811c6c9";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [