3
0
Fork 0
forked from mirrors/nixpkgs

emacs-rainbow-delimiters: 2.1.1 -> 2.1.3

This commit is contained in:
Thomas Tuegel 2016-09-26 08:33:14 -05:00
parent 60323b7d47
commit 90c2a387d2
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -311,21 +311,6 @@ let
inherit lib;
};
rainbow-delimiters = melpaBuild rec {
pname = "rainbow-delimiters";
version = "2.1.1";
src = fetchFromGitHub {
owner = "Fanael";
repo = pname;
rev = version;
sha256 = "0gxc8j5a14bc9mp43cbcz41ipc0z1yvmypg52dnl8hadirry20gd";
};
meta = {
description = "Highlight delimiters with colors according to their depth";
license = gpl3Plus;
};
};
request = melpaBuild rec {
pname = "request";
version = "0.2.0";