gnu: emacs-minimal: Update to 30.2.

* gnu/packages/emacs.scm (emacs-minimal)[version]: Update.
* gnu/packages/patches/emacs-30-fix-compilation-errors.patch: Remove
file.
* gnu/local.mk (dist_patch_DATA): Unregister it.

Change-Id: I28ab7895dfd83f3016b10de93002799a91ba89e9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-08-16 09:23:08 +02:00 committed by Liliana Marie Prikler
parent 6c41e4d180
commit 6ad8e56bec
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 4 additions and 40 deletions

View file

@ -139,7 +139,7 @@
(define-public emacs-minimal
(package
(name "emacs-minimal")
(version "30.1")
(version "30.2")
;; Note: When using (replacement …), ensure that comp-native-version-dir
;; stays the same across grafts.
;; Run `make check-system TESTS=emacs-native-comp' to ensure that grafts
@ -150,15 +150,14 @@
version ".tar.xz"))
(sha256
(base32
"13qkdx515qv7m8b2mpd37p16frs0xgl7bw8xvv397bz6fspc3jkc"))
"1nggbgnns7lvxn68gzlcsgwh3bigvrbn45kh6dqia9yxlqc6zwxk"))
(patches (search-patches "emacs-disable-jit-compilation.patch"
"emacs-exec-path.patch"
"emacs-fix-scheme-indent-function.patch"
"emacs-native-comp-driver-options.patch"
"emacs-native-comp-fix-filenames.patch"
"emacs-native-comp-pin-packages.patch"
"emacs-pgtk-super-key-fix.patch"
"emacs-30-fix-compilation-errors.patch"))
"emacs-pgtk-super-key-fix.patch"))
(modules '((guix build utils)))
(snippet
'(with-directory-excursion "lisp"
@ -205,7 +204,7 @@
"--disable-build-details")
#:make-flags
#~(list (string-append "SELECTOR=" #$%selector)
(let ((release-date "2025-02-23 17:41:38"))
(let ((release-date "2025-08-14 05:04:03"))
(string-append "RUN_TEMACS= "
#$(this-package-native-input "libfaketime")
"/bin/faketime -m -f '" release-date "'"