Unverified Commit 31542730 authored by Anthony's avatar Anthony Committed by GitHub
Browse files

commitizen: 4.13.6 -> 4.13.8 (#493648)

parents 75bb7921 b2d7cc8a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

python3Packages.buildPythonPackage rec {
  pname = "commitizen";
  version = "4.13.6";
  version = "4.13.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "commitizen-tools";
    repo = "commitizen";
    tag = "v${version}";
    hash = "sha256-f0fB5FkWG4fkV7ccMPJ8z5MBFVYBwE33BDa4Cz94K4M=";
    hash = "sha256-xRje/iCXeUJSmt1qdQ8cOTC8vqJSW8XFIIkplgzMpCo=";
  };

  postPatch = ''