gnu: emacs-next: Update to 29.0.50-1.0a5477b.

The currently used commit breaks magit, so update to a newer one.

* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-1.0a5477b.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Josselin Poiret 2022-06-04 17:23:40 +02:00 committed by Liliana Marie Prikler
parent 74c34db6ea
commit 77f84500ed
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -321,8 +321,8 @@ (define* (emacs-byte-compile-directory dir)
(license license:gpl3+)))
(define-public emacs-next
(let ((commit "38d87c43c2ad727406dcfe316aac5e24e202c251")
(revision "0"))
(let ((commit "0a5477b448e6b62bcedc1803e531ec7686eea48d")
(revision "1"))
(package
(inherit emacs)
(name "emacs-next")
@ -337,7 +337,7 @@ (define-public emacs-next
(file-name (git-file-name name version))
(sha256
(base32
"0h206asgaqfzhz36p78n23yj4p7kbr6a1f0j0njzxf0ypqrmw9yr"))))
"0dqmrawkvbypxp8gcnspnhhmfamzp3l62gfgp1pw2l6svz58v991"))))
(native-inputs
(modify-inputs (package-native-inputs emacs)
(prepend autoconf))))))