me
/
guix
Archived
1
0
Fork 0

Revert "gnu: emacs: Update to 29.4. (security fixes)"

This reverts commit 7e15704613.
It causes rebuilds to all of emacs-*, whereas a graft has already been
applied in 868a022cdc.
master
Liliana Marie Prikler 2024-06-23 11:33:16 +02:00
parent 7e15704613
commit 11c403ec05
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
(define-public emacs-minimal
(package
(name "emacs-minimal")
(version "29.4")
(version "29.3")
(replacement emacs-minimal/fixed)
(source (origin
(method url-fetch)
@ -108,7 +108,7 @@
version ".tar.xz"))
(sha256
(base32
"0dd2mh6maa7dc5f49qdzj7bi4hda4wfm1cvvgq560djcz537k2ds"))
"1822swrk4ifmkd4h9l0h37zifcpa1w3sy3vsgyffsrp6mk9hak63"))
(patches (search-patches "emacs-disable-jit-compilation.patch"
"emacs-exec-path.patch"
"emacs-fix-scheme-indent-function.patch"