org2jekyll: 0.1.8 -> 0.1.9

This commit is contained in:
Thomas Tuegel 2016-09-26 08:27:34 -05:00
parent c344ac70dd
commit 5133277005
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -311,23 +311,6 @@ let
inherit lib;
};
org2jekyll = melpaBuild rec {
pname = "org2jekyll";
version = "0.1.8";
src = fetchFromGitHub {
owner = "ardumont";
repo = pname;
rev = "a12173b9507b3ef54dfebb5751503ba1ee93c6aa";
sha256 = "064kw64w9snm0lbshxn8d6yd9xvyislhg37fmhq1w7vy8lm61xvf";
};
packageRequires = [ dash-functional s deferred ];
files = [ "${pname}.el" ];
meta = {
description = "Blogging with org-mode and jekyll without alien yaml headers";
license = gpl3Plus;
};
};
org-trello = melpaBuild rec {
pname = "org-trello";
version = "0.7.5";