emacsPackagesNg.undo-tree: 0.6.4 -> 0.6.5

This removes the hand-written expression.
This commit is contained in:
Thomas Tuegel 2016-01-11 09:45:50 -06:00
parent 35bad9465f
commit 49aa382f87

View File

@ -1801,20 +1801,6 @@ let
};
};
undo-tree = melpaBuild rec {
pname = "undo-tree";
version = "0.6.4";
src = fetchgit {
url = "http://www.dr-qubit.org/git/${pname}.git";
rev = "a3e81b682053a81e082139300ef0a913a7a610a2";
sha256 = "1qla7njkb7gx5aj87i8x6ni8jfk1k78ivwfiiws3gpbnyiydpx8y";
};
meta = {
description = "A port of Vim's undo tree functionality to Emacs";
license = gpl3Plus;
};
};
use-package = melpaBuild rec {
pname = "use-package";
version = "20151112";