3
0
Fork 0
forked from mirrors/nixpkgs

tortoisehg: 4.9.1 -> 5.0.2

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-08-05 22:42:11 -07:00
parent 53328909da
commit 624b316c20

View file

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