mercurial: Update to 3.2.2

This commit is contained in:
Eelco Dolstra 2014-12-18 13:31:16 +01:00
parent 011e581a4e
commit cb5433b8de

View file

@ -2,7 +2,7 @@
, guiSupport ? false, tk ? null, curses }:
let
version = "3.1.2";
version = "3.2.2";
name = "mercurial-${version}";
in
@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
sha256 = "0fldlypjpzn12az2gk4b3am615wih3r6ld69im97iqq76zmmrgjx";
sha256 = "1311ba2cgdc17ap8sl7pswzngc702pnkr4cd2rx6znb0w9jzgpmg";
};
inherit python; # pass it so that the same version can be used in hg2git