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

commitizen: 3.10.0 -> 3.12.0
This commit is contained in:
Bernardo Meurer 2023-10-25 09:04:51 -04:00 committed by GitHub
commit 6a6f5916c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "commitizen";
version = "3.10.0";
version = "3.12.0";
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-faHZBH/JrCDRQqZT9v6hsj4C9/PbLQxIr+6hNFzsEcg=";
hash = "sha256-Gzx2DdCX8GyxYEi8OH2a21V6JkA50qA+39IInEjLReI=";
};
pythonRelaxDeps = [