emacs-parsebib: 20151006 -> 1.0.5

This commit is contained in:
Thomas Tuegel 2016-09-26 08:29:28 -05:00
parent a9b8805831
commit 5b64845fb2
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -311,21 +311,6 @@ let
inherit lib;
};
parsebib = melpaBuild rec {
pname = "parsebib";
version = "20151006";
src = fetchFromGitHub {
owner = "joostkremers";
repo = pname;
rev = "9a1f60bed2814dfb5cec2b92efb5951a4b465cce";
sha256 = "0n91whyjnrdhb9bqfif01ygmwv5biwpz2pvjv5w5y1d4g0k1x9ml";
};
meta = {
description = "Emacs library for reading .bib files";
license = bsd3;
};
};
perspective = melpaBuild rec {
pname = "perspective";
version = "1.12";