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

commitizen: 4.5.0 -> 4.6.0 (#400891)

parents 248f37c9 492248f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "commitizen";
  version = "4.5.0";
  version = "4.6.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "commitizen-tools";
    repo = "commitizen";
    tag = "v${version}";
    hash = "sha256-J3jwCgiwM2SOJJ8tpXNxHodyhkMb631cb1Usr8Cnwx0=";
    hash = "sha256-tn87aMJf6UeiTaMmG7Yr+1MenGBTSWrNRIM+QME+8uI=";
  };

  pythonRelaxDeps = [