6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "1hwbl3gf9fdds9sc14zgjyjisjvxidrvqc11xlbb0b6jz17nw0nx";
16 description = "Library to enable your code run as a daemon process on Unix-like systems";
17 homepage = "https://github.com/thesharp/daemonize";
18 license = licenses.mit;