Unverified Commit e31799e7 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #289594 from gbtb/tortoisehg-663

tortoisehg:6.2.2->6.6.3
parents 27eebe52 07624abd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

python3Packages.buildPythonApplication rec {
  pname = "tortoisehg";
  version = "6.2.2";
  version = "6.6.3";

  src = fetchurl {
    url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz";
    sha256 = "sha256-Xbvg/FcuX/AL2reWsaM2oaFyLby3+HDCfYtRyswE7DA=";
    sha256 = "sha256-9pg1N5uj1ZaZCAm4N8toRwfVHme7nAsNMZkXSRgFves=";
  };

  nativeBuildInputs = [