emacs: 30.1 -> 30.2

https://lists.gnu.org/archive/html/emacs-devel/2025-08/msg00493.html

One patch is removed because it is backported[1] to 30.2.

[1]: 6cac92928a99a2cf33aeeeddf295cf981750391c

(cherry picked from commit 256102ec3d)
This commit is contained in:
Lin Jian
2025-08-15 03:16:27 +08:00
parent 238b0bc399
commit e28af20f2d

View File

@@ -105,20 +105,15 @@ in
{
emacs30 = import ./make-emacs.nix (mkArgs {
pname = "emacs";
version = "30.1";
version = "30.2";
variant = "mainline";
rev = "30.1";
hash = "sha256-wBuWLuFzwB77FqAYAUuNe3CuJFutjqp0XGt5srt7jAo=";
rev = "30.2";
hash = "sha256-3Lfb3HqdlXqSnwJfxe7npa4GGR9djldy8bKRpkQCdSA=";
patches = fetchpatch: [
(builtins.path {
name = "inhibit-lexical-cookie-warning-67916.patch";
path = ./inhibit-lexical-cookie-warning-67916-30.patch;
})
(fetchpatch {
# bug#63288 and bug#76523
url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=53a5dada413662389a17c551a00d215e51f5049f";
hash = "sha256-AEvsQfpdR18z6VroJkWoC3sBoApIYQQgeF/P2DprPQ8=";
})
];
});