6 python3Packages.buildPythonApplication rec {
11 disabled = python3Packages.pythonOlder "3.8";
16 hash = "sha256-OF5xDu3wqKb/lZzx6fPP0XyHNhcTL8DsX2Ka8MNVyHA=";
19 pythonRelaxDeps = [ "tomlkit" ];
22 build-system = with python3Packages; [ poetry-core ];
24 dependencies = with python3Packages; [
34 description = "Bump software releases";
35 homepage = "https://github.com/your-tools/tbump";
36 license = lib.licenses.bsd3;
37 mainProgram = "tbump";
38 maintainers = with lib.maintainers; [ slashformotion ];