mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-next: Update to 29.0.91.
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.91.
This commit is contained in:
parent
9845e408e5
commit
c3133fe96f
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ (define-public emacs-next
|
|||
(package
|
||||
(inherit emacs)
|
||||
(name "emacs-next")
|
||||
(version "29.0.90")
|
||||
(version "29.0.91")
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source emacs))
|
||||
|
@ -409,7 +409,7 @@ (define-public emacs-next
|
|||
"emacs-native-comp-driver-options.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lmw3fa6c5w5d6cvk8vdqvqn67hm5lcxy9xykmvcgx258vs7x975"))))
|
||||
"09jm1q5pvd1dc0xq5rhn66v1j235zlr72kwv5i27xigvi9nfqkv1"))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs emacs)
|
||||
(prepend sqlite)))
|
||||
|
|
Loading…
Reference in a new issue