Merge pull request #50542 from r-ryantm/auto-update/tortoisehg

tortoisehg: 4.7.2 -> 4.8
This commit is contained in:
Jörg Thalheim 2018-11-18 10:58:26 +00:00 committed by GitHub
commit 1ac58ddec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
name = "tortoisehg-${version}";
version = "4.7.2";
version = "4.8";
src = fetchurl {
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
sha256 = "0y2q50380gnjzmyvmzh729ljgvq3wkcv6ham3w62mf4fjcvlpnag";
sha256 = "1zp74nb24pq0qrla5zf7kridxb8rky3n25z7xya0gwp0c0d0aygh";
};
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];