python: botocore: 1.12.79 -> 1.12.80

This commit is contained in:
Frederik Rietdijk 2019-01-17 16:12:53 +01:00
parent d85f5faf92
commit 0fe0ecfcd1

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.12.79"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.12.80"; # 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 = "16ikl3lv9q4i8bwzvm11a5q3bds42p36i4ap01fm3r9w1kzxb1wd"; sha256 = "76a2969278250e010253ddf514f4b54eaa7d2b1430f682874c3c2ab92f25a96d";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [