From 0582d1bfd9348864c61bfb84d01ed861a847bd03 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 20 Feb 2025 10:42:15 +0100 Subject: [PATCH] emacs30: 30.0.93 -> 30.1-rc1 Announcement: https://lists.gnu.org/archive/html/info-gnu-emacs/2025-02/msg00008.html Diff: https://github.com/emacs-mirror/emacs/compare/emacs-30.0.93...emacs-30.1-rc1 --- pkgs/applications/editors/emacs/sources.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/emacs/sources.nix b/pkgs/applications/editors/emacs/sources.nix index 374702dc1fcb..5f89461b78a9 100644 --- a/pkgs/applications/editors/emacs/sources.nix +++ b/pkgs/applications/editors/emacs/sources.nix @@ -146,10 +146,10 @@ in emacs30 = import ./make-emacs.nix (mkArgs { pname = "emacs"; - version = "30.0.93"; + version = "30.1-rc1"; variant = "mainline"; - rev = "30.0.93"; - hash = "sha256-lcpB4lKD3tjvCn646hUyAskxWNCQwEJ0RX/ZddRBRRU="; + rev = "30.1-rc1"; + hash = "sha256-eUEeSCr58uVPxTJMhRZvVSEbfrJ6n59iuYxR6LQkWJw="; patches = fetchpatch: [ (builtins.path { name = "inhibit-lexical-cookie-warning-67916.patch";