Skip to content

Commit 3eebcf9

Browse files
author
github-actions
committed
Updated repos/elpa
1 parent d2ef237 commit 3eebcf9

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

repos/elpa/elpa-generated.nix

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,10 +1401,10 @@
14011401
elpaBuild {
14021402
pname = "ef-themes";
14031403
ename = "ef-themes";
1404-
version = "0.4.0";
1404+
version = "0.4.2";
14051405
src = fetchurl {
1406-
url = "https://elpa.gnu.org/packages/ef-themes-0.4.0.tar";
1407-
sha256 = "1hb773nhcnqbn3p2jl3w3rgdfjxf0jpwy492vzancsc3f8pampaj";
1406+
url = "https://elpa.gnu.org/packages/ef-themes-0.4.2.tar";
1407+
sha256 = "0ik9kzdv5r1q7hw81nh3raiychpmwi61034y12pqvbq24njp0y72";
14081408
};
14091409
packageRequires = [ emacs ];
14101410
meta = {
@@ -5492,4 +5492,19 @@
54925492
license = lib.licenses.free;
54935493
};
54945494
}) {};
5495+
zuul = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
5496+
elpaBuild {
5497+
pname = "zuul";
5498+
ename = "zuul";
5499+
version = "0.3";
5500+
src = fetchurl {
5501+
url = "https://elpa.gnu.org/packages/zuul-0.3.tar";
5502+
sha256 = "04jqxdl1g6zpd41gr4crjdbnyk6vzwv036qilbm1g7d3ipxb2wjz";
5503+
};
5504+
packageRequires = [ emacs ];
5505+
meta = {
5506+
homepage = "https://elpa.gnu.org/packages/zuul.html";
5507+
license = lib.licenses.free;
5508+
};
5509+
}) {};
54955510
}

0 commit comments

Comments
 (0)