Unverified Commit 30d23332 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #328049 from redyf/update-commitizen

commitizen: 3.27.0 -> 3.28.0
parents 49ba808a f2dcde06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "commitizen";
  version = "3.27.0";
  version = "3.28.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-Bfz9MBpFsbAcsyQ7CYyObE14q7UE9ZyeY1GVFb9maKk=";
    hash = "sha256-Z/L8TvMoee3qB+P6HUJEQxqw3nDEbBQabQOUyx0iugw=";
  };

  pythonRelaxDeps = [