emacs-ido-ubiquitous: 2.17 -> 3.14

This commit is contained in:
Thomas Tuegel 2016-09-26 08:00:14 -05:00
parent 8fe803fb81
commit 44d0123259
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -284,21 +284,6 @@ let
inherit (external.rtags) meta;
};
ido-ubiquitous = melpaBuild rec {
pname = "ido-ubiquitous";
version = "2.17";
src = fetchFromGitHub {
owner = "DarwinAwardWinner";
repo = pname;
rev = "323e4cddc05d5a4546c1b64132b2b1e9f8896452";
sha256 = "0wdjz3cqzrxhrk68g5gyvc9j2rb6f4yw00xbjgw9ldwlhmkwy5ja";
};
meta = {
description = "Does what you expected ido-everywhere should do in Emacs";
license = gpl3Plus;
};
};
idris-mode = melpaBuild rec {
pname = "idris-mode";
version = "0.9.19";