emacs-projectile: 0.13.0 -> 0.14.0

This commit is contained in:
Thomas Tuegel 2016-09-26 08:31:03 -05:00
parent 704e120da3
commit 58ed31ff13
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -311,22 +311,6 @@ let
inherit lib;
};
projectile = melpaBuild rec {
pname = "projectile";
version = "0.13.0";
src = fetchFromGitHub {
owner = "bbatsov";
repo = pname;
rev = "v${version}";
sha256 = "1rl6n6v9f4m7m969frx8b51a4lzfix2bxx6rfcfbh6kzhc00qnxf";
};
fileSpecs = [ "projectile.el" ];
packageRequires = [ dash helm pkg-info ];
meta = {
description = "A project interaction library for Emacs";
license = gpl3Plus;
};
};
helm-projectile = melpaBuild rec {
pname = "helm-projectile";
version = projectile.version;