all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55795] [PATCH] gnu: emacs-next: Update to 0a5477b4.
@ 2022-06-04 15:23 Josselin Poiret via Guix-patches via
  2022-06-04 17:08 ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2022-06-04 15:23 UTC (permalink / raw)
  To: 55795; +Cc: Josselin Poiret

* gnu/packages/emacs.scm (emacs-next): Update to
0a5477b448e6b62bcedc1803e531ec7686eea48d, fixing emacs bug 55149
that breaks magit among others.
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 78560b477d..ef24df8950 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -321,7 +321,7 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "38d87c43c2ad727406dcfe316aac5e24e202c251")
+  (let ((commit "0a5477b448e6b62bcedc1803e531ec7686eea48d")
         (revision "0"))
     (package
       (inherit emacs)
@@ -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))))))
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-05 10:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-04 15:23 [bug#55795] [PATCH] gnu: emacs-next: Update to 0a5477b4 Josselin Poiret via Guix-patches via
2022-06-04 17:08 ` Liliana Marie Prikler
2022-06-05  8:36   ` Josselin Poiret via Guix-patches via
2022-06-05 10:13     ` bug#55795: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.