Skip to content

Commit 8aa9076

Browse files
author
github-actions
committed
Updated repos/elpa
1 parent c993a91 commit 8aa9076

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

repos/elpa/elpa-generated.nix

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,21 @@
21442144
license = lib.licenses.free;
21452145
};
21462146
}) {};
2147+
hcel = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
2148+
elpaBuild {
2149+
pname = "hcel";
2150+
ename = "hcel";
2151+
version = "1.0.0";
2152+
src = fetchurl {
2153+
url = "https://elpa.gnu.org/packages/hcel-1.0.0.tar";
2154+
sha256 = "1j6snbyi710qnxr68mbmj1v2i6gqf6znd872fkjkyj85pg3iibia";
2155+
};
2156+
packageRequires = [ emacs ];
2157+
meta = {
2158+
homepage = "https://elpa.gnu.org/packages/hcel.html";
2159+
license = lib.licenses.free;
2160+
};
2161+
}) {};
21472162
heap = callPackage ({ elpaBuild, fetchurl, lib }:
21482163
elpaBuild {
21492164
pname = "heap";

0 commit comments

Comments
 (0)