python: botocore: 1.17.16 -> 1.17.32

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:36 +02:00
parent d6dd9bc8f1
commit f322262381

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.17.16"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.17.32"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "0k4bx4anj0xjjfj4jx3v1fhzrmk5k9qgdpxqghxzyzmnsry4y37y";
sha256 = "52a80cb721160b687179bd7077e63d775130455a678bf4280fb37c524c2bd67d";
};
propagatedBuildInputs = [