This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7e15704613 gnu: emacs: Update to 29.4. (security fixes)
7e15704613 is described below

commit 7e15704613b67ec54df8f1269916bc72b76bb785
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sun Jun 23 10:33:45 2024 +0200

    gnu: emacs: Update to 29.4. (security fixes)
    
    This fixes an issue where org-mode would run arbitrary shell code on 
startup.
    See <https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00695.html> 
for
    the release announcement.
    
    * gnu/packages/emacs.scm (emacs-minimal): Update to 29.4.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6557180139..3d3222d6c5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -100,7 +100,7 @@
 (define-public emacs-minimal
   (package
     (name "emacs-minimal")
-    (version "29.3")
+    (version "29.4")
     (replacement emacs-minimal/fixed)
     (source (origin
               (method url-fetch)
@@ -108,7 +108,7 @@
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1822swrk4ifmkd4h9l0h37zifcpa1w3sy3vsgyffsrp6mk9hak63"))
+                "0dd2mh6maa7dc5f49qdzj7bi4hda4wfm1cvvgq560djcz537k2ds"))
               (patches (search-patches "emacs-disable-jit-compilation.patch"
                                        "emacs-exec-path.patch"
                                        "emacs-fix-scheme-indent-function.patch"

Reply via email to