python: botocore: 1.12.80 -> 1.12.94

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:12 +01:00
parent 970a952380
commit 6f00aa5a55

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.12.80"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.12.94"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "76a2969278250e010253ddf514f4b54eaa7d2b1430f682874c3c2ab92f25a96d";
sha256 = "48f780477904795b0ce559b335d0aab4c3bb9efa96fbdf24c418e22ef0745e08";
};
propagatedBuildInputs = [