me
/
guix
Archived
1
0
Fork 0

gnu: emacs-next: Update to 29.0.50-4.6adc193.

* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Fredrik Salomonsson 2023-01-22 01:23:27 +00:00 committed by Ludovic Courtès
parent 59a714057f
commit 99f2a39c8d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -381,8 +381,8 @@ languages.")
(license license:gpl3+)))
(define-public emacs-next
(let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
(revision "3"))
(let ((commit "6adc193ad66445acd84caba6973424ecbd21da26")
(revision "4"))
(package
(inherit emacs)
(name "emacs-next")
@ -401,7 +401,7 @@ languages.")
"emacs-native-comp-driver-options.patch"))
(sha256
(base32
"1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
"0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
(inputs
(modify-inputs (package-inputs emacs)
(prepend sqlite)))