guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.
commit fc0b4ee5f0882197571c61366b2f36179b7a2b73
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Aug 25 21:58:19 2026 +0200
gnu: emacs-next: Update to 32.0.50-1.2b02641.
* gnu/packages/emacs.scm (emacs-next-minimal): Update to 32.0.50-1.2b02641.
---
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 26bdcad41f..0009559005 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -718,12 +718,12 @@ editor (with wide ints)" )
#~(cons "--with-wide-int" #$flags))))))
(define-public emacs-next-minimal
- (let ((commit "57581b8bc2f73229d1f03dd5655aabb4a6de6183")
+ (let ((commit "2b026419537955b331e5229bb23ee47b18ac3c91")
(revision "1"))
(package
(inherit emacs-minimal)
(name "emacs-next-minimal")
- (version (git-version "31.0.91" revision commit))
+ (version (git-version "32.0.50" revision commit))
(source
(origin
(inherit (package-source emacs-minimal))
@@ -733,7 +733,7 @@ editor (with wide ints)" )
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "111cxlhdpxyvyj2mhqcx0s5s2nkdr3q2vhly1csq5d44p24c4yyy"))
+ (base32 "1200rsvwdp86zw3mxcplp73hpfwkapkiik69hcjk835n8kim1dny"))
(patches
(search-patches "emacs-disable-jit-compilation.patch"
"emacs-fix-scheme-indent-function.patch"