8 buildPythonPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-wZSC5uOi1JUeKXIli1I8/Vo0wGsv9Q1I84dAMQQP95w=";
20 nativeBuildInputs = [ flit-core ];
22 pythonImportsCheck = [ "tomli_w" ];
25 description = "A write-only counterpart to Tomli, which is a read-only TOML parser";
26 homepage = "https://github.com/hukkin/tomli-w";
27 license = licenses.mit;
28 maintainers = with maintainers; [ lovesegfault ];