python: botocore: 1.10.65 -> 1.10.75

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:22:34 +02:00
parent a799aa9838
commit 37a577a8f9

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.10.65"; version = "1.10.75";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "35f626029a6b17bfd503ce3379b121606e3f965edcab2612bc75ce8603fdf08c"; sha256 = "82055917cb431c1cee7c737189a170cc92ffc3824a6da504e8d3ff4df9fa2eab";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [