emacs-zenburn-theme: 2.2 -> 2.4

This commit is contained in:
Thomas Tuegel 2016-09-26 08:42:34 -05:00
parent 0f312f3825
commit 8d41ee8858
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -358,21 +358,6 @@ let
};
};
zenburn-theme = melpaBuild rec {
pname = "zenburn-theme";
version = "2.2";
src = fetchFromGitHub {
owner = "bbatsov";
repo = "zenburn-emacs";
rev = "v${version}";
sha256 = "1zspqpwgyv3969irg8p7zj3g4hww4bmnlvx33bvjyvvv5c4mg5wv";
};
meta = {
description = "An Emacs port of Vim's low contrast Zerburn theme";
license = gpl3Plus;
};
};
};
in