Merge pull request #251926 from anthonyroussel/commitizen_3_7

This commit is contained in:
Bernardo Meurer 2023-08-29 10:15:11 -03:00 committed by GitHub
commit 1734745ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "commitizen";
version = "3.5.2";
version = "3.7.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "commitizen-tools";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4m3NCnGUX9lHCk6czwzxXLqf8GLi2u2A/crBZYTyplA=";
hash = "sha256-KfPIGQ4kIjV/Vuza5wdzp0R62LUluJQ5tY6I8BPFmGk=";
};
pythonRelaxDeps = [