Unverified Commit a9a3a190 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

commitizen: 3.24.0 -> 3.25.0
parents d3fc39e0 5e8103d3
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.24.0";
  version = "3.25.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-kGrXy2V5yFv7MQUKjmE89tRnG+3b73GPVHqGZ3XO0nY=";
    hash = "sha256-9vaQO0KBL4RgWS8mNSZlnpm1qH+l5TjCa5JndQ1Q36Q=";
  };

  pythonRelaxDeps = [