all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73597] [PATCH] Upgrade emacs-next to the first v30 pretest release
@ 2024-10-02 11:31 Arto Jantunen
  2024-10-06 14:17 ` bug#73597: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Arto Jantunen @ 2024-10-02 11:31 UTC (permalink / raw)
  To: 73597; +Cc: Arto Jantunen

Change-Id: Iba274ab45deea9edc4049b0cec2716655ba3e148
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3ce01f1a2489..16ee12ac6582 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -567,12 +567,12 @@ (define-public emacs-wide-int
         #~(cons "--with-wide-int" #$flags))))))
 
 (define-public emacs-next-minimal
-  (let ((commit "4e22ef870c4b650f29c4441ac51b6a2ac506ea57")
+  (let ((commit "9a1c76bf7ff49d886cc8e1a3f360d71e62544802")
         (revision "1"))
    (package
     (inherit emacs-minimal)
     (name "emacs-next-minimal")
-    (version (git-version "30.0.60" revision commit))
+    (version (git-version "30.0.91" revision commit))
     (source
      (origin
        (method git-fetch)
@@ -581,7 +581,7 @@ (define-public emacs-next-minimal
              (commit commit)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zl9ffj3ph4msr1r4qw09x1wljpv2lbr7ypqd0p3q89m2qpvfn80"))
+        (base32 "1m1qbdqj1p994wz6flxcswv5c3qqbvjyjfsv0dh65qqq2ph7g4jz"))
        (patches
         (search-patches "emacs-next-exec-path.patch"
                         "emacs-fix-scheme-indent-function.patch"

base-commit: b9f2ff6b8d361fa40f6db08378cb47afa2652c4e
-- 
2.39.5





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73597: [PATCH] Upgrade emacs-next to the first v30 pretest release
  2024-10-02 11:31 [bug#73597] [PATCH] Upgrade emacs-next to the first v30 pretest release Arto Jantunen
@ 2024-10-06 14:17 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-10-06 14:17 UTC (permalink / raw)
  To: 73597-done

Pushed as 964c075dc5bcd1875b61c6eafbaab990cf49f69d.

Cheers




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-06 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-02 11:31 [bug#73597] [PATCH] Upgrade emacs-next to the first v30 pretest release Arto Jantunen
2024-10-06 14:17 ` bug#73597: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.