From dcbae5b0aaed3a705719d15616087d7f5ff15973 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 19 Jun 2023 16:19:49 +0200 Subject: [PATCH] emacs29: 29.0.91 -> 29.0.92 (both pretest) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new pretest was recently made available¹. [1]: https://lists.gnu.org/archive/html/emacs-devel/2023-06/msg00503.html --- 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 4744456ee434..995ba9c48ec9 100644 --- a/pkgs/applications/editors/emacs/sources.nix +++ b/pkgs/applications/editors/emacs/sources.nix @@ -17,12 +17,12 @@ emacs29 = import ./generic.nix { pname = "emacs"; - version = "29.0.91"; + version = "29.0.92"; variant = "mainline"; src = fetchFromSavannah { repo = "emacs"; - rev = "29.0.91"; - hash = "sha256-YU/sbIr7xX5ELJtPcTL9ZQgZtjEW5oI7YC20fQsOVSY="; + rev = "29.0.92"; + hash = "sha256-Vkry+2zYejZVwZKQlmQiAJnbjsj87DiIZ1ungooYd8A="; }; };