tortoisehg: 4.7.2 -> 4.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
This commit is contained in:
R. RyanTM 2018-11-17 22:15:30 -08:00
parent 968b20e2c7
commit 6cf56cb8b7

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 ];