GNU bug report logs -
#73597
[PATCH] Upgrade emacs-next to the first v30 pretest release
Previous Next
Reported by: Arto Jantunen <viiru <at> iki.fi>
Date: Wed, 2 Oct 2024 13:00:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 06 Oct 2024 16:17:14 +0200
with message-id <eec1e85ca0aabfc9149d8606c76ab6ae771002ef.camel <at> gmail.com>
and subject line [PATCH] Upgrade emacs-next to the first v30 pretest release
has caused the debbugs.gnu.org bug report #73597,
regarding [PATCH] Upgrade emacs-next to the first v30 pretest release
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73597: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73597
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
Pushed as 964c075dc5bcd1875b61c6eafbaab990cf49f69d.
Cheers
This bug report was last modified 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.