emacs-ibuffer-vc: 0.10 -> 0.10

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

View file

@ -284,21 +284,6 @@ let
inherit (external.rtags) meta;
};
ibuffer-vc = melpaBuild rec {
pname = "ibuffer-vc";
version = "0.10";
src = fetchFromGitHub {
owner = "purcell";
repo = pname;
rev = version;
sha256 = "0bqdi5w120256g74k0j4jj81x804x1gcg4dxa74w3mb6fl5xlvs8";
};
meta = {
description = "Version control aware Emacs ibuffer mode";
license = gpl3Plus;
};
};
ido-ubiquitous = melpaBuild rec {
pname = "ido-ubiquitous";
version = "2.17";