emacs-smart-mode-line: 2.6 -> 2.10.1

This commit is contained in:
Thomas Tuegel 2016-09-26 08:36:27 -05:00
parent 4a95b638a8
commit 4b62d5f75c
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -322,22 +322,6 @@ let
};
};
smart-mode-line = melpaBuild rec {
pname = "smart-mode-line";
version = "2.6";
src = fetchFromGitHub {
owner = "Bruce-Connor";
repo = pname;
rev = version;
sha256 = "17nav2jbvbd13xzgp29x396mc617n2dh6whjk4wnyvsyv7r0s9f6";
};
packageRequires = [ dash rich-minority ];
meta = {
description = "Sexy mode-line for Emacs";
license = gpl3Plus;
};
};
smartparens = melpaBuild rec {
pname = "smartparens";
version = "20151025";