Skip to content

Commit

Permalink
mercurial, tortoisehg: 3.9.2 -> 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Mar 23, 2017
1 parent 73a6832 commit 50bd7a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/mercurial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

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 {
inherit name;

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
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/tortoisehg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 50bd7a1

Please sign in to comment.