[PATCH] gnu: emacs-next: Update to 30.0.92

  • Done
  • quality assurance status badge
Details
One participant
  • Arto Jantunen
Owner
unassigned
Submitted by
Arto Jantunen
Severity
normal
A
A
Arto Jantunen wrote on 28 Oct 09:39 +0100
(address . guix-patches@gnu.org)(name . Arto Jantunen)(address . viiru@iki.fi)
3bf80030573a940c33d897572c6ee7caf64645eb.1730104754.git.viiru@iki.fi
Change-Id: I54fdc3bb32e096ed6574982dfff9dcb04e9b0090
---
gnu/packages/emacs.scm | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)

Toggle diff (53 lines)
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
A
A
Arto Jantunen wrote 4 days ago
emacs-next has been updated to 30.0.92
(address . 74062-done@debbugs.gnu.org)
87ttbq6xuz.fsf_-_@iki.fi
A "same-enough" change was applied as commit 35172734c62e before anyone
got around to reviewing this one.

--
Arto Jantunen
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74062@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74062
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch