From d69e1956d77c23966cb191843ce4ac5122967ce6 Mon Sep 17 00:00:00 2001 From: Philip Lykke Carlsen Date: Tue, 17 Nov 2015 22:09:38 +0100 Subject: tortoisehg: 3.4.2 -> 3.6 It builds and runs. Tested very superficially with an empty repository. --- pkgs/applications/version-management/tortoisehg/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/applications/version-management/tortoisehg') diff --git a/pkgs/applications/version-management/tortoisehg/default.nix b/pkgs/applications/version-management/tortoisehg/default.nix index 0c5aec00405..5e95b408bf7 100644 --- a/pkgs/applications/version-management/tortoisehg/default.nix +++ b/pkgs/applications/version-management/tortoisehg/default.nix @@ -2,19 +2,19 @@ pkgs.buildPythonPackage rec { name = "tortoisehg-${version}"; - version = "3.4.2"; + version = "3.6"; namePrefix = ""; src = pkgs.fetchurl { url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz"; - sha256 = "18a587c8fybfjxbcj8i2smypxy7vfzmmrzibs74n3zy6dlb949nj"; + sha256 = "ec43d13f029bb23a12129d2a2c3b3b4daf3d8121cbb5c9c23e4872f7b0b75ad8"; }; pythonPath = [ pkgs.pyqt4 mercurial ] ++ (with pyPackages; [qscintilla iniparse]); propagatedBuildInputs = with pyPackages; [ qscintilla iniparse ]; - + doCheck = false; postUnpack = '' @@ -33,4 +33,4 @@ pkgs.buildPythonPackage rec { platforms = lib.platforms.linux; maintainers = [ "abcz2.uprola@gmail.com" ]; }; -} \ No newline at end of file +} -- cgit 1.4.1