mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
59a714057f
commit
99f2a39c8d
1 changed files with 3 additions and 3 deletions
|
@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
|
|||
(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 @@ (define-public emacs-next
|
|||
"emacs-native-comp-driver-options.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
|
||||
"0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs emacs)
|
||||
(prepend sqlite)))
|
||||
|
|
Loading…
Reference in a new issue