GNU bug report logs - #74062
[PATCH] gnu: emacs-next: Update to 30.0.92

Previous Next

Package: guix-patches;

Reported by: Arto Jantunen <viiru <at> iki.fi>

Date: Mon, 28 Oct 2024 13:08:02 UTC

Severity: normal

Tags: patch

Done: Arto Jantunen <viiru <at> iki.fi>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arto Jantunen <viiru <at> iki.fi>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74062: closed ([PATCH] gnu: emacs-next: Update to 30.0.92)
Date: Fri, 29 Nov 2024 12:17:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 29 Nov 2024 14:14:12 +0200
with message-id <87ttbq6xuz.fsf_-_ <at> iki.fi>
and subject line emacs-next has been updated to 30.0.92
has caused the debbugs.gnu.org bug report #74062,
regarding [PATCH] gnu: emacs-next: Update to 30.0.92
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74062
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arto Jantunen <viiru <at> iki.fi>
To: guix-patches <at> gnu.org
Cc: Arto Jantunen <viiru <at> iki.fi>
Subject: [PATCH] gnu: emacs-next: Update to 30.0.92
Date: Mon, 28 Oct 2024 10:39:24 +0200
Change-Id: I54fdc3bb32e096ed6574982dfff9dcb04e9b0090
---
 gnu/packages/emacs.scm | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 16ee12ac6582..7980f2eab0e9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -567,26 +567,24 @@ (define-public emacs-wide-int
         #~(cons "--with-wide-int" #$flags))))))
 
 (define-public emacs-next-minimal
-  (let ((commit "9a1c76bf7ff49d886cc8e1a3f360d71e62544802")
-        (revision "1"))
-   (package
-    (inherit emacs-minimal)
-    (name "emacs-next-minimal")
-    (version (git-version "30.0.91" revision commit))
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.savannah.gnu.org/git/emacs.git")
-             (commit commit)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1m1qbdqj1p994wz6flxcswv5c3qqbvjyjfsv0dh65qqq2ph7g4jz"))
-       (patches
-        (search-patches "emacs-next-exec-path.patch"
-                        "emacs-fix-scheme-indent-function.patch"
-                        "emacs-next-native-comp-driver-options.patch"
-                        "emacs-pgtk-super-key-fix.patch")))))))
+  (package
+   (inherit emacs-minimal)
+   (name "emacs-next-minimal")
+   (version "30.0.92")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.savannah.gnu.org/git/emacs.git")
+           (commit (string-append "emacs-" version))))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
+     (patches
+      (search-patches "emacs-next-exec-path.patch"
+                      "emacs-fix-scheme-indent-function.patch"
+                      "emacs-next-native-comp-driver-options.patch"
+                      "emacs-pgtk-super-key-fix.patch"))))))
 
 (define* (emacs->emacs-next emacs #:optional name
                             #:key (version (package-version emacs-next-minimal))

base-commit: fafe0cea38233dee46d1db3a92b0be439399277f
-- 
2.39.5



[Message part 3 (message/rfc822, inline)]
From: Arto Jantunen <viiru <at> iki.fi>
To: 74062-done <at> debbugs.gnu.org
Subject: emacs-next has been updated to 30.0.92
Date: Fri, 29 Nov 2024 14:14:12 +0200
A "same-enough" change was applied as commit 35172734c62e before anyone
got around to reviewing this one.

-- 
Arto Jantunen


This bug report was last modified 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.