mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
emacs-dash-functional: 2.11.0 -> 2.13.0
This commit is contained in:
parent
ac2cdc1104
commit
3d1ce6edd4
@ -151,23 +151,6 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
||||
diminish = melpaBuild rec {
|
||||
pname = "diminish";
|
||||
version = "0.45";
|
||||
|
Loading…
Reference in New Issue
Block a user