Commit db29c820 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.commitizen: 4.2.2 -> 4.4.1

parent 398f7eb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "commitizen";
  version = "4.2.2";
  version = "4.4.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "commitizen-tools";
    repo = "commitizen";
    tag = "v${version}";
    hash = "sha256-mdN9HTL3g59jdap1VU9pLFCHQowbHxZFaRLtiBiIIQI=";
    hash = "sha256-nKX5mMqcUcQfL0r0uVj2tFTW3qaSCx42roSV6qaf0yU=";
  };

  pythonRelaxDeps = [