tortoisehg: 4.8.2 -> 4.9 (#57491)

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 2019-03-12 15:55:30 -07:00 committed by Danylo Hlynskyi
parent ffedc3e4a9
commit 6eb1869902

View file

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
name = "tortoisehg-${version}";
version = "4.8.2";
version = "4.9";
src = fetchurl {
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
sha256 = "02av8k241rn7b68g4kl22s7jqmlq545caah1a5rvbgy41y7zzjvh";
sha256 = "01na1ymdlh9nd121gmq3vkssr183sd2fcwjfdnq5n5fpys6bazjc";
};
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];