Unverified Commit d640e0f9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270246 from bobvanderlinden/pr-git-cola-4.4.1

git-cola: 4.4.0 -> 4.4.1
parents 2c97a71e 06d2663f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
  pname = "git-cola";
  version = "4.4.0";
  version = "4.4.1";

  src = fetchFromGitHub {
    owner = "git-cola";
    repo = "git-cola";
    rev = "v${version}";
    hash = "sha256-LNzsG6I4InygpfbzTikJ1gxTFkVrkDV1eS0CJwKT26A=";
    hash = "sha256-PtV2mzxOfZ88THiFD4K+qtOi41GeLF1GcdiFFhUR8Ak=";
  };

  env.SETUPTOOLS_SCM_PRETEND_VERSION = version;