Skip to content

Commit eceb7ca

Browse files
author
github-actions
committed
Updated repos/elpa
1 parent 68fbdf4 commit eceb7ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

repos/elpa/elpa-generated.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -842,16 +842,16 @@
842842
license = lib.licenses.free;
843843
};
844844
}) {};
845-
coterm = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
845+
coterm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }:
846846
elpaBuild {
847847
pname = "coterm";
848848
ename = "coterm";
849-
version = "1.5";
849+
version = "1.6";
850850
src = fetchurl {
851-
url = "https://elpa.gnu.org/packages/coterm-1.5.tar";
852-
sha256 = "1v8cl3bw5z0f36iw8x3gcgiizml74m1kfxfrasyfx8k01nbxcfs8";
851+
url = "https://elpa.gnu.org/packages/coterm-1.6.tar";
852+
sha256 = "0ikfm1acdsckflv1hcy9lmssyac2099x2yybhvb6vkghcgy99p00";
853853
};
854-
packageRequires = [ emacs ];
854+
packageRequires = [ compat emacs ];
855855
meta = {
856856
homepage = "https://elpa.gnu.org/packages/coterm.html";
857857
license = lib.licenses.free;

0 commit comments

Comments
 (0)