6 buildPythonPackage rec {
7 pname = "timeout-decorator";
12 inherit pname version;
13 sha256 = "6a2f2f58db1c5b24a2cc79de6345760377ad8bdc13813f5265f6c3e63d16b3d7";
17 description = "Timeout decorator";
18 license = licenses.mit;
19 homepage = "https://github.com/pnpnpn/timeout-decorator";