guix-commits
[Top][All Lists]
Advanced

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

branch emacs-team updated: gnu: emacs: Update to 29.1.


From: guix-commits
Subject: branch emacs-team updated: gnu: emacs: Update to 29.1.
Date: Sun, 13 Aug 2023 18:32:20 -0400

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

lilyp pushed a commit to branch emacs-team
in repository guix.

The following commit(s) were added to refs/heads/emacs-team by this push:
     new 3349a50d70 gnu: emacs: Update to 29.1.
3349a50d70 is described below

commit 3349a50d700a2112a31ac4ce6cc6639d3b4cf1e2
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Aug 2 20:30:11 2023 +0200

    gnu: emacs: Update to 29.1.
    
    * gnu/packages/emacs.scm (emacs-minimal): Update to 29.1.
    [source]: Use url-fetch again.
---
 gnu/packages/emacs.scm | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d90f7ccb84..cbdc0598b1 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -98,19 +98,14 @@
 (define-public emacs-minimal
   (package
     (name "emacs-minimal")
-    (version "29.0.92")
+    (version "29.1")
     (source (origin
-              ;; TODO: Restore url-fetch when serving 29.1
-              ;; (method url-fetch)
-              ;; (uri (string-append "mirror://gnu/emacs/emacs-"
-              ;;                     version ".tar.xz"))
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://git.savannah.gnu.org/git/emacs.git/";)
-                    (commit (string-append "emacs-" version))))
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/emacs/emacs-"
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "1h3p325859svcy43iv7wr27dp68049j9d44jq5akcynqdkxz4jjn"))
+                "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]