commitizen: 3.10.0 -> 3.12.0

+2 -2
+2 -2
pkgs/applications/version-management/commitizen/default.nix
··· 11 11 12 12 python3.pkgs.buildPythonApplication rec { 13 13 pname = "commitizen"; 14 - version = "3.10.0"; 14 + version = "3.12.0"; 15 15 format = "pyproject"; 16 16 17 17 disabled = python3.pythonOlder "3.8"; ··· 20 20 owner = "commitizen-tools"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-faHZBH/JrCDRQqZT9v6hsj4C9/PbLQxIr+6hNFzsEcg="; 23 + hash = "sha256-Gzx2DdCX8GyxYEi8OH2a21V6JkA50qA+39IInEjLReI="; 24 24 }; 25 25 26 26 pythonRelaxDeps = [