emacs-evil: 1.2.5 -> 1.2.12

This commit is contained in:
Thomas Tuegel 2016-09-26 07:44:15 -05:00
parent 1ea19fec28
commit 464768b8e4
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -229,21 +229,6 @@ let
};
};
evil = melpaBuild {
pname = "evil";
version = "1.2.5";
src = fetchhg {
url = "https://bitbucket.org/lyro/evil";
rev = "72593d8e83a3";
sha256 = "1pv055qlc3vawzdik29d6zbbv8fa2ygwylm04wa46qr5sj53v0i8";
};
packageRequires = [ goto-chg undo-tree ];
meta = {
description = "Extensible vi layer for Emacs";
license = gpl3Plus;
};
};
exec-path-from-shell = melpaBuild rec {
pname = "exec-path-from-shell";
version = "20141022";