Unverified Commit 06d2663f authored by Bob van der Linden's avatar Bob van der Linden
Browse files

git-cola: 4.4.0 -> 4.4.1

parent 0bd59c54
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;