11 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
19 owner = "firefly-cpp";
21 rev = "refs/tags/${version}";
22 hash = "sha256-KD5dTr/wxFbDg3AbfE0jUbgNjvxqDmbHwjY5Dmp6JFI=";
29 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "A simple Command-line interface for manipulating toml files";
44 homepage = "https://github.com/firefly-cpp/toml-adapt";
45 changelog = "https://github.com/firefly-cpp/toml-adapt/releases/tag/${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ firefly-cpp ];
48 mainProgram = "toml-adapt";