paredit: remove obsolete expression

This commit is contained in:
Tomas Hlavaty 2016-01-08 21:47:33 +01:00
parent fdefc0cb2c
commit 0b7de904cc

View file

@ -1433,21 +1433,6 @@ let
};
};
paredit = trivialBuild rec {
pname = "paredit-${version}";
version = "25";
src = fetchgit {
url = http://mumble.net/~campbell/git/paredit.git/;
rev = "9a696fdcce87c9d9eec4569a9929d0300ac6ae5c";
sha256 = "13wjqimp2s6pwcqix8pmsrk76bq1cxlnwmj3m57bb5y60y67vp9l";
};
meta = {
homepage = http://www.emacswiki.org/emacs/ParEdit;
description = "Minor Emacs mode for structured editing of S-expression data";
license = gpl3Plus;
};
};
parsebib = melpaBuild rec {
pname = "parsebib";
version = "20151006";