mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
Revert "gnu: emacs: Update to 29.4. (security fixes)"
This reverts commit7e15704613
. It causes rebuilds to all of emacs-*, whereas a graft has already been applied in868a022cdc
.
This commit is contained in:
parent
7e15704613
commit
11c403ec05
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ (define (%emacs-modules build-system)
|
||||||
(define-public emacs-minimal
|
(define-public emacs-minimal
|
||||||
(package
|
(package
|
||||||
(name "emacs-minimal")
|
(name "emacs-minimal")
|
||||||
(version "29.4")
|
(version "29.3")
|
||||||
(replacement emacs-minimal/fixed)
|
(replacement emacs-minimal/fixed)
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -108,7 +108,7 @@ (define-public emacs-minimal
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dd2mh6maa7dc5f49qdzj7bi4hda4wfm1cvvgq560djcz537k2ds"))
|
"1822swrk4ifmkd4h9l0h37zifcpa1w3sy3vsgyffsrp6mk9hak63"))
|
||||||
(patches (search-patches "emacs-disable-jit-compilation.patch"
|
(patches (search-patches "emacs-disable-jit-compilation.patch"
|
||||||
"emacs-exec-path.patch"
|
"emacs-exec-path.patch"
|
||||||
"emacs-fix-scheme-indent-function.patch"
|
"emacs-fix-scheme-indent-function.patch"
|
||||||
|
|
Loading…
Reference in a new issue