emacs-packages: update projectile

This commit is contained in:
Eric Seidel 2015-05-14 09:52:40 -07:00
parent d206cd8a26
commit 221c45d51f

View File

@ -902,12 +902,12 @@ let self = _self // overrides;
projectile = melpaBuild rec {
pname = "projectile";
version = "20141020";
version = "0.12.0";
src = fetchFromGitHub {
owner = "bbatsov";
repo = pname;
rev = "13580d83374e0c17c55b3a680b816dfae407657e";
sha256 = "10c28h2g53sg68lwamhak0shdhh26h5xaipipz3n4281sr1fwg58";
rev = "v${version}";
sha256 = "1bl5wpkyv9xlf5v5hzkj8si1z4hjn3yywrjs1mx0g4irmq3mk29m";
};
packageRequires = [ dash helm s pkg-info epl ];
meta = { license = gpl3Plus; };