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

tortoisehg: 4.8 -> 4.8.1
This commit is contained in:
Jörg Thalheim 2018-12-16 17:37:59 +00:00 committed by GitHub
commit 333a777399
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.8";
version = "4.8.1";
src = fetchurl {
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
sha256 = "1zp74nb24pq0qrla5zf7kridxb8rky3n25z7xya0gwp0c0d0aygh";
sha256 = "10s7v7mi438b8lh3rpd6da9lkwgaflpi6a0inkd8bl4b4ya38vc6";
};
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];