mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: emacs-next: Update to 29.0.50-3.22e8a77.
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-3.22e8a77. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
fb28e900d4
commit
440a3e8d33
1 changed files with 3 additions and 3 deletions
|
@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-next
|
(define-public emacs-next
|
||||||
(let ((commit "4aeb80ccecd0dc3f3b3f567779632a0f23476a09")
|
(let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(inherit emacs)
|
(inherit emacs)
|
||||||
(name "emacs-next")
|
(name "emacs-next")
|
||||||
|
@ -401,7 +401,7 @@ (define-public emacs-next
|
||||||
"emacs-native-comp-driver-options.patch"))
|
"emacs-native-comp-driver-options.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rr2iiqsma37gbg4irn69cc2f3mr83ndycg0dsl3ba96i5fw60zs"))))
|
"1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs emacs)
|
(modify-inputs (package-inputs emacs)
|
||||||
(prepend sqlite)))
|
(prepend sqlite)))
|
||||||
|
|
Loading…
Reference in a new issue