dash-functional: init at 2.11.0
This commit is contained in:
parent
eba96b9f56
commit
8fc12e64e6
@ -385,6 +385,23 @@ let self = _self // overrides;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dash-functional = melpaBuild rec {
|
||||||
|
pname = "dash-functional";
|
||||||
|
version = "2.11.0";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "magnars";
|
||||||
|
repo = "dash.el";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "02gfrcda7gj3j5yx71dz40xylrafl4pcaj7bgfajqi9by0w2nrnx";
|
||||||
|
};
|
||||||
|
packageRequires = [ dash ];
|
||||||
|
files = [ "dash-functional.el" ];
|
||||||
|
meta = {
|
||||||
|
description = "Collection of useful combinators for Emacs Lisp.";
|
||||||
|
license = gpl3Plus;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
deferred = melpaBuild rec {
|
deferred = melpaBuild rec {
|
||||||
version = "0.3.2";
|
version = "0.3.2";
|
||||||
pname = "deferred";
|
pname = "deferred";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user