Unverified Commit 4652d074 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

git-cola: 4.16.0 -> 4.16.1 (#462109)

parents e5722459 8948d146
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

python3Packages.buildPythonApplication rec {
  pname = "git-cola";
  version = "4.16.0";
  version = "4.16.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "git-cola";
    repo = "git-cola";
    tag = "v${version}";
    hash = "sha256-gBqMwqmpu0+gMeffiFdwy/kBdCUQRpJr+3vzUkBCRSk=";
    hash = "sha256-rNu0D3mbGP9cEtVekwSgvjUoTKQkoLx6VuSbyXJEqjY=";
  };

  build-system = with python3Packages; [