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

commitizen: 2.41.0 -> 2.42.0
This commit is contained in:
Weijia Wang 2023-02-13 05:47:25 +01:00 committed by GitHub
commit 8d82fae878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@
buildPythonApplication rec {
pname = "commitizen";
version = "2.41.0";
version = "2.42.0";
src = fetchFromGitHub {
owner = "commitizen-tools";
repo = pname;
rev = "v${version}";
hash = "sha256-dzAIRfUdyHSefDRDuPMsr8l2Dsiall2ZUDB6GufTbXE=";
hash = "sha256-13WEbF6in+zYZXWYqlYA98qJkKxjmcpQY9GuGS+DDtk=";
};
format = "pyproject";