1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: emacs-next: Update to 31.0.50-0.60232a3.

* gnu/packages/emacs.scm (emacs-next-minimal): Update to 31.0.50-0.60232a3.
* gnu/packages/patches/emacs-next-exec-path.patch: Regenerate.
* gnu/packages/patches/emacs-next-native-comp-fix-filenames.patch: Regenerate.
* gnu/packages/patches/emacs-next-native-comp-driver-options.patch: Delete.
* gnu/local.mk: Remove deleted patch.

Change-Id: Id89d7445a978566139b7c0a7d15f8c5eac2d111e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Morgan Smith 2025-02-26 12:39:44 -05:00 committed by Liliana Marie Prikler
parent 4aff08d29d
commit d31dbb79b1
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
5 changed files with 63 additions and 72 deletions

View file

@ -573,12 +573,12 @@ editor (with wide ints)" )
#~(cons "--with-wide-int" #$flags))))))
(define-public emacs-next-minimal
(let ((commit "881d593a9879f3355733f1b627af7cc0c12b429e")
(let ((commit "60232a30e360c00fb303cb033d4aec15a9e41342")
(revision "0"))
(package
(package
(inherit emacs-minimal)
(name "emacs-next-minimal")
(version (git-version "30.0.92" revision commit))
(version (git-version "31.0.50" revision commit))
(source
(origin
(method git-fetch)
@ -587,12 +587,12 @@ editor (with wide ints)" )
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
(base32 "1n1i20j92a8sqv224yzvyzk804h9x0lgyp3jlny3b6g08ka91034"))
(patches
(search-patches "emacs-disable-jit-compilation.patch"
"emacs-next-exec-path.patch"
"emacs-fix-scheme-indent-function.patch"
"emacs-next-native-comp-driver-options.patch"
"emacs-native-comp-driver-options.patch"
"emacs-next-native-comp-fix-filenames.patch"
"emacs-native-comp-pin-packages.patch"
"emacs-pgtk-super-key-fix.patch")))))))