python3Packages.botocore: 1.14.13 -> 1.14.17

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:44 +02:00
parent d3328eebcc
commit f18bd6a6d9

View File

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