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

commitizen: 3.15.0 -> 3.16.0
This commit is contained in:
Nick Cao 2024-02-28 20:10:36 -05:00 committed by GitHub
commit ec25c90d35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "commitizen";
version = "3.15.0";
version = "3.16.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-WXsEkJRis9L9heHj6SkTFFTuGmnDXPMKfr7rYy8vzcI=";
hash = "sha256-vd8MtkzI7PPow0Ld0NhwbWOUWgSgecAT/DZK0ocUWCw=";
};
pythonRelaxDeps = [