Skip to content

Commit 29d3a70

Browse files
author
github-actions
committed
Updated repos/nongnu
1 parent 7fafcb8 commit 29d3a70

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

repos/nongnu/nongnu-generated.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,16 +245,16 @@
245245
license = lib.licenses.free;
246246
};
247247
}) {};
248-
cdlatex = callPackage ({ auctex, elpaBuild, fetchurl, lib }:
248+
cdlatex = callPackage ({ elpaBuild, fetchurl, lib }:
249249
elpaBuild {
250250
pname = "cdlatex";
251251
ename = "cdlatex";
252-
version = "4.12";
252+
version = "4.13";
253253
src = fetchurl {
254-
url = "https://elpa.nongnu.org/nongnu/cdlatex-4.12.tar";
255-
sha256 = "1m8liqxz76r8f3b8hvyyn7kqgq0fkk5pv4pqgdscbgw36vpcbkry";
254+
url = "https://elpa.nongnu.org/nongnu/cdlatex-4.13.tar";
255+
sha256 = "1fqbq52sf1mc4z0nxgigm2jbp0fqpdxa05q8x5f719sd1fx7h3wz";
256256
};
257-
packageRequires = [ auctex ];
257+
packageRequires = [];
258258
meta = {
259259
homepage = "https://elpa.gnu.org/packages/cdlatex.html";
260260
license = lib.licenses.free;

0 commit comments

Comments
 (0)