python: futures: 3.1.1 -> 3.2.0

This commit is contained in:
Robert Schütz 2018-04-06 20:37:43 +02:00 committed by Frederik Rietdijk
parent 28419df2e3
commit c5d3633cbc

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "futures"; pname = "futures";
version = "3.1.1"; version = "3.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1z9j05fdj2yszjmz4pmjhl2jdnwhdw80cjwfqq3ci0yx19gv9v2i"; sha256 = "9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265";
}; };
# This module is for backporting functionality to Python 2.x, it's builtin in py3k # This module is for backporting functionality to Python 2.x, it's builtin in py3k