me
/
guix
Archived
1
0
Fork 0

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>
master
Liliana Marie Prikler 2024-01-21 10:06:20 +01:00
parent ed3aa00249
commit 0afe456973
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,14 +100,14 @@
(define-public emacs-minimal (define-public emacs-minimal
(package (package
(name "emacs-minimal") (name "emacs-minimal")
(version "29.2") (version "29.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/emacs/emacs-" (uri (string-append "mirror://gnu/emacs/emacs-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1p3h4sz8da8vhix5140g2qkdy8mz11d7mmvsym5vy847k1428gbx")) "009f7q08vg919b90k2jrsznq73s3n224avz80dd2y7i3rjjq3y6j"))
(patches (search-patches "emacs-exec-path.patch" (patches (search-patches "emacs-exec-path.patch"
"emacs-fix-scheme-indent-function.patch" "emacs-fix-scheme-indent-function.patch"
"emacs-native-comp-driver-options.patch" "emacs-native-comp-driver-options.patch"