Merge pull request #206727 from anthonyroussel/commitizen-2_38

This commit is contained in:
Bernardo Meurer 2022-12-19 18:20:43 -03:00 committed by GitHub
commit 6eb49d6695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,17 +18,18 @@
, typing-extensions
, argcomplete
, nix-update-script
, pre-commit
}:
buildPythonApplication rec {
pname = "commitizen";
version = "2.37.0";
version = "2.38.0";
src = fetchFromGitHub {
owner = "commitizen-tools";
repo = pname;
rev = "v${version}";
hash = "sha256-wo1I6QDWLxByHISmkPdass+BcKh0oxR5hD31UN/5+WQ=";
hash = "sha256-Fri5WdLfDCn3NOtCGneKnAN+eOkLAJgPYBR+WBmc/bo=";
deepClone = true;
};
@ -52,6 +53,7 @@ buildPythonApplication rec {
doCheck = true;
checkInputs = [
pre-commit
pytestCheckHook
pytest-freezegun
pytest-mock