Revert "gnu: emacs-minimal: Update to 29.2."
This reverts commit b9bc400d85
.
Fixes: Too many rebuilds <http://logs.guix.gnu.org/guix/2024-01-21.log#095235>
Reported-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ed3aa00249
commit
0afe456973
1 changed files with 2 additions and 2 deletions
|
@ -100,14 +100,14 @@ (define (%emacs-modules build-system)
|
|||
(define-public emacs-minimal
|
||||
(package
|
||||
(name "emacs-minimal")
|
||||
(version "29.2")
|
||||
(version "29.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/emacs/emacs-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p3h4sz8da8vhix5140g2qkdy8mz11d7mmvsym5vy847k1428gbx"))
|
||||
"009f7q08vg919b90k2jrsznq73s3n224avz80dd2y7i3rjjq3y6j"))
|
||||
(patches (search-patches "emacs-exec-path.patch"
|
||||
"emacs-fix-scheme-indent-function.patch"
|
||||
"emacs-native-comp-driver-options.patch"
|
||||
|
|
Loading…
Reference in a new issue