Anthony Roussel 2023-09-28 08:24:44 +02:00 committed by Bjørn Forsman
parent 0f74397fee
commit d8fda1e045

View file

@ -10,14 +10,16 @@
python3.pkgs.buildPythonApplication rec {
pname = "commitizen";
version = "3.7.0";
version = "3.10.0";
format = "pyproject";
disabled = python3.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "commitizen-tools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KfPIGQ4kIjV/Vuza5wdzp0R62LUluJQ5tY6I8BPFmGk=";
hash = "sha256-faHZBH/JrCDRQqZT9v6hsj4C9/PbLQxIr+6hNFzsEcg=";
};
pythonRelaxDeps = [