Merge pull request #296356 from r-ryantm/auto-update/commitizen

commitizen: 3.18.3 -> 3.18.4
This commit is contained in:
Nick Cao
2024-03-16 11:52:49 -07:00
committed by GitHub
@@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "commitizen";
version = "3.18.3";
version = "3.18.4";
format = "pyproject";
disabled = python3.pythonOlder "3.8";
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "commitizen-tools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8l2nahrYq7GQwajdGwCg0Bfx8D5xk695UEHKds5+N5A=";
hash = "sha256-ODBlNwrvkYnZ+CvKyc5Bic6DK/z8d6/KR3+iarFxduE=";
};
pythonRelaxDeps = [