[PATCH] gnu: emacs-next: Update to 30.0.92-0.881d593.

  • Done
  • quality assurance status badge
Details
3 participants
  • Liliana Marie Prikler
  • Nicolas Graves
  • Rodion Goritskov
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 12 Nov 20:57 +0100
(address . guix-patches@gnu.org)
2642d9cc7abbd47056afcb42ed83c4a76e11c644.1731653319.git.liliana.prikler@gmail.com
* gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.92-0.881d593.
---
gnu/packages/emacs.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 16ee12ac65..fcbb4fdfcb 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 "9a1c76bf7ff49d886cc8e1a3f360d71e62544802")
- (revision "1"))
+ (let ((commit "881d593a9879f3355733f1b627af7cc0c12b429e")
+ (revision "0"))
(package
(inherit emacs-minimal)
(name "emacs-next-minimal")
- (version (git-version "30.0.91" revision commit))
+ (version (git-version "30.0.92" 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 "1m1qbdqj1p994wz6flxcswv5c3qqbvjyjfsv0dh65qqq2ph7g4jz"))
+ (base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
(patches
(search-patches "emacs-next-exec-path.patch"
"emacs-fix-scheme-indent-function.patch"

base-commit: 1592f1ac3b39ba7217d3e0d43f589ead8818c449
--
2.46.0
R
R
Rodion Goritskov wrote on 25 Nov 20:25 +0100
(address . guix-patches@gnu.org)
875xobazf9.fsf@gmail.com
Hi!

Looks like this patch had been applied already.
Maybe it could be closed now?

(As well as 74062, it looks similar too)
N
N
Nicolas Graves wrote on 26 Nov 07:15 +0100
control message for bug #74365
(address . control@debbugs.gnu.org)
87jzcqwmet.fsf@ngraves.fr
close 74365
quit


--
Best regards,
Nicolas Graves
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 74365
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