emacs-pkg-info: 20140610 -> 0.6
This commit is contained in:
parent
cf47443c91
commit
704e120da3
@ -311,22 +311,6 @@ let
|
||||
inherit lib;
|
||||
};
|
||||
|
||||
pkg-info = melpaBuild rec {
|
||||
pname = "pkg-info";
|
||||
version = "20140610";
|
||||
src = fetchFromGitHub {
|
||||
owner = "lunaryorn";
|
||||
repo = "${pname}.el";
|
||||
rev = "475cdeb0b8d44f9854e506c429eeb445787014ec";
|
||||
sha256 = "0x4nz54f2shgcw3gx66d265vxwdpdirn64gzii8dpxhsi7v86n0p";
|
||||
};
|
||||
packageRequires = [ epl ];
|
||||
meta = {
|
||||
description = "Provide information about Emacs packages";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
projectile = melpaBuild rec {
|
||||
pname = "projectile";
|
||||
version = "0.13.0";
|
||||
|
Loading…
Reference in New Issue
Block a user