3
0
Fork 0
forked from mirrors/nixpkgs

mercurial, tortoisehg: 3.9.2 -> 4.1.1

This commit is contained in:
Mike Cooper 2017-03-23 10:24:32 -07:00
parent 73a6832ad8
commit 50bd7a113d
No known key found for this signature in database
GPG key ID: 74AB8817639D69C1
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
let
# if you bump version, update pkgs.tortoisehg too or ping maintainer
version = "3.9.2";
version = "4.1.1";
name = "mercurial-${version}";
inherit (python2Packages) docutils hg-git dulwich python;
in python2Packages.mkPythonDerivation {
@ -12,7 +12,7 @@ in python2Packages.mkPythonDerivation {
src = fetchurl {
url = "https://mercurial-scm.org/release/${name}.tar.gz";
sha256 = "1kw3cpcjygfapvi5c123limhpbkmg7is2i81pybk1s05gi16l139";
sha256 = "17imsf4haqgw364p1z9i416jinmfxfia537b84hcg0rg43hinmv3";
};
inherit python; # pass it so that the same version can be used in hg2git

View file

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
name = "tortoisehg-${version}";
version = "3.9.2";
version = "4.1.1";
src = fetchurl {
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
sha256 = "17wcsf91z7dnb7c8vyagasj5vvmas6ms5lx1ny4pnm94qzslkfh2";
sha256 = "14fy5p5hx4iij5kyma9679nrprd9lsjr6j047bfyfrwa3l4knj2g";
};
pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];