GNU bug report logs -
#61032
[PATCH] gnu: emacs-next: update to 29a8a1885d9
Previous Next
Reported by: Kenny Ballou <kb <at> devnulllabs.io>
Date: Tue, 24 Jan 2023 00:00:02 UTC
Severity: normal
Tags: patch
Done: Simon Tournier <zimon.toutoune <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].
[0]: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=29a8a1885d9f4825190d2575849f7605b3d6dffb
Signed-off-by: Kenny Ballou <kb <at> 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
This bug report was last modified 2 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.