emacsPackages: remove outdated helm
This commit is contained in:
parent
bcc8e0ca1e
commit
9f882729bf
@ -963,22 +963,6 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
helm = melpaBuild rec {
|
|
||||||
pname = "helm";
|
|
||||||
version = "20150105";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "emacs-helm";
|
|
||||||
repo = pname;
|
|
||||||
rev = "e5608ad86e7ca72446a4b1aa0faf604200ffe895";
|
|
||||||
sha256 = "0n2kr6pyzcsi8pq6faxz2y8kicz1gmvj98fzzlq3a107dqqp25ay";
|
|
||||||
};
|
|
||||||
packageRequires = [ async ];
|
|
||||||
meta = {
|
|
||||||
description = "An incremental completion and selection narrowing framework for Emacs";
|
|
||||||
license = gpl3Plus;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
helm-bibtex = melpaBuild rec {
|
helm-bibtex = melpaBuild rec {
|
||||||
pname = "helm-bibtex";
|
pname = "helm-bibtex";
|
||||||
version = "20151125";
|
version = "20151125";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user