1 { buildPythonPackage, fetchPypi, lib }:
3 buildPythonPackage rec {
4 pname = "types-futures";
9 sha256 = "6fe8ccc2c2af7ef2fdd9bf73eab6d617074f09f30ad7d373510b4043d39c42de";
13 description = "Typing stubs for futures";
14 homepage = "https://github.com/python/typeshed";
15 license = licenses.asl20;
16 maintainers = with maintainers; [ andersk ];