mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
emacs.pkgs.lisp-ts-mode: 0.2.1 -> 0.3.0
The old version can only be built with Emacs 31, not Emacs 30[1]. This bump fixes that. We also bump the -devel version. [1]: https://codeberg.org/zshaftel/lisp-ts-mode/issues/1
This commit is contained in:
@@ -5492,10 +5492,10 @@
|
||||
elpaBuild {
|
||||
pname = "lisp-ts-mode";
|
||||
ename = "lisp-ts-mode";
|
||||
version = "0.2.1.0.20260711.3";
|
||||
version = "0.3.0.0.20260720.0";
|
||||
src = fetchurl {
|
||||
url = "https://elpa.gnu.org/devel/lisp-ts-mode-0.2.1.0.20260711.3.tar";
|
||||
sha256 = "1ihjb14qz1kmz02p7zpvr0vq75f28lp6win60xw0d6y12gks60f9";
|
||||
url = "https://elpa.gnu.org/devel/lisp-ts-mode-0.3.0.0.20260720.0.tar";
|
||||
sha256 = "09xnsw5rsvkwx8dvxw9m60fc3pwk21r0iydm0r55bj7sksb6z7id";
|
||||
};
|
||||
packageRequires = [
|
||||
compat
|
||||
|
||||
@@ -5405,10 +5405,10 @@
|
||||
elpaBuild {
|
||||
pname = "lisp-ts-mode";
|
||||
ename = "lisp-ts-mode";
|
||||
version = "0.2.1";
|
||||
version = "0.3.0";
|
||||
src = fetchurl {
|
||||
url = "https://elpa.gnu.org/packages/lisp-ts-mode-0.2.1.tar";
|
||||
sha256 = "0sdyziagjcq29n10yygd28n1i99wsrd33i8g1h9ahfm9imr215jy";
|
||||
url = "https://elpa.gnu.org/packages/lisp-ts-mode-0.3.0.tar";
|
||||
sha256 = "0dh15bdmjgn4jmdc8xdf0wddj1zkbpi9xqw32m724h1y5511whh2";
|
||||
};
|
||||
packageRequires = [
|
||||
compat
|
||||
|
||||
Reference in New Issue
Block a user