all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61032] [PATCH] gnu: emacs-next: update to 29a8a1885d9
@ 2023-01-23 23:59 Kenny Ballou
  2023-01-24  0:01 ` Kenny Ballou
  2023-01-24 12:32 ` Simon Tournier
  0 siblings, 2 replies; 5+ messages in thread
From: Kenny Ballou @ 2023-01-23 23:59 UTC (permalink / raw)
  To: 61032; +Cc: Kenny Ballou

Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].

[0]: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=29a8a1885d9f4825190d2575849f7605b3d6dffb

Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
---
 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 83b9afb633..e676dad001 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
-        (revision "3"))
+  (let ((commit "29a8a1885d9f4825190d2575849f7605b3d6dffb")
+        (revision "4"))
     (package
       (inherit emacs)
       (name "emacs-next")
@@ -401,7 +401,7 @@ (define-public emacs-next
                                   "emacs-native-comp-driver-options.patch"))
          (sha256
           (base32
-           "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+           "12x40v9b03qwhrr36kyy4sq20p63a1f7lyz502virbfmhzi0shi0"))))
       (inputs
        (modify-inputs (package-inputs emacs)
          (prepend sqlite)))
-- 
2.39.1





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

end of thread, other threads:[~2023-01-24 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23 23:59 [bug#61032] [PATCH] gnu: emacs-next: update to 29a8a1885d9 Kenny Ballou
2023-01-24  0:01 ` Kenny Ballou
2023-01-24 12:32 ` Simon Tournier
2023-01-24 14:34   ` Kenny Ballou
2023-01-24 18:28     ` bug#61032: " Simon Tournier

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.