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

commitizen: 2.42.0 -> 2.42.1
This commit is contained in:
Nick Cao 2023-02-27 14:22:48 +08:00 committed by GitHub
commit 0a5d94b18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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