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

commitizen: 4.13.8 -> 4.13.9 (#496765)

parents 5c147871 c16aa8ab
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.8";
  version = "4.13.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "commitizen-tools";
    repo = "commitizen";
    tag = "v${version}";
    hash = "sha256-xRje/iCXeUJSmt1qdQ8cOTC8vqJSW8XFIIkplgzMpCo=";
    hash = "sha256-bT154qRnZCf3StYs+acv4Be/SUCA5ovGjY/j2EDmUEc=";
  };

  postPatch = ''