3
0
Fork 0
forked from mirrors/nixpkgs

emacs-helm-bibtex: 20151125 -> 2.0.0

This commit is contained in:
Thomas Tuegel 2016-09-26 07:53:10 -05:00
parent e8c2e705c0
commit 32094daedd
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -284,22 +284,6 @@ let
inherit (external.rtags) meta;
};
helm-bibtex = melpaBuild rec {
pname = "helm-bibtex";
version = "20151125";
src = fetchFromGitHub {
owner = "tmalsburg";
repo = pname;
rev = "bfcd5064dcc7c0ac62c46985832b2a73082f96e0";
sha256 = "1nvc4ha9wj5j47qg7hdbv1xpjy8a8idc9vc2myl3xa33ywllwdwi";
};
packageRequires = [ dash f helm parsebib s ];
meta = {
description = "Bibliography Manager for Emacs";
license = gpl2;
};
};
helm-swoop = melpaBuild rec {
pname = "helm-swoop";
version = "20141224";