guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: emacs-minimal: Update to 29.2."


From: guix-commits
Subject: branch master updated: Revert "gnu: emacs-minimal: Update to 29.2."
Date: Sun, 21 Jan 2024 04:10:19 -0500

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 0afe456973 Revert "gnu: emacs-minimal: Update to 29.2."
0afe456973 is described below

commit 0afe456973e8d5d51ea23c41579b94bde99d08d8
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 21 10:06:20 2024 +0100

    Revert "gnu: emacs-minimal: Update to 29.2."
    
    This reverts commit b9bc400d85b1dbf3295f96aed9031527b6c59ba7.
    
    Fixes: Too many rebuilds 
<http://logs.guix.gnu.org/guix/2024-01-21.log#095235>
    Reported-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 5f27c551e0..26bbbc6c9f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -100,14 +100,14 @@
 (define-public emacs-minimal
   (package
     (name "emacs-minimal")
-    (version "29.2")
+    (version "29.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/emacs/emacs-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1p3h4sz8da8vhix5140g2qkdy8mz11d7mmvsym5vy847k1428gbx"))
+                "009f7q08vg919b90k2jrsznq73s3n224avz80dd2y7i3rjjq3y6j"))
               (patches (search-patches "emacs-exec-path.patch"
                                        "emacs-fix-scheme-indent-function.patch"
                                        "emacs-native-comp-driver-options.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]