Commit 8cfc4f04 authored by R. RyanTM's avatar R. RyanTM
Browse files

commitizen: 3.15.0 -> 3.16.0

parent c955a451
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.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 = [