unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Josselin Poiret via Guix-patches via <guix-patches@gnu.org>
To: 55795@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: [bug#55795] [PATCH] gnu: emacs-next: Update to 0a5477b4.
Date: Sat,  4 Jun 2022 17:23:40 +0200	[thread overview]
Message-ID: <20220604152340.5447-1-dev@jpoiret.xyz> (raw)

* 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





             reply	other threads:[~2022-06-04 15:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-04 15:23 Josselin Poiret via Guix-patches via [this message]
2022-06-04 17:08 ` [bug#55795] [PATCH] gnu: emacs-next: Update to 0a5477b4 Liliana Marie Prikler
2022-06-05  8:36   ` Josselin Poiret via Guix-patches via
2022-06-05 10:13     ` bug#55795: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220604152340.5447-1-dev@jpoiret.xyz \
    --to=guix-patches@gnu.org \
    --cc=55795@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).