all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenny Ballou <kb@devnulllabs.io>
To: 61032@debbugs.gnu.org
Cc: Kenny Ballou <kb@devnulllabs.io>
Subject: [bug#61032] [PATCH] gnu: emacs-next: update to 29a8a1885d9
Date: Mon, 23 Jan 2023 16:59:24 -0700	[thread overview]
Message-ID: <20230123235924.19660-1-kb@devnulllabs.io> (raw)

Update emacs-next to [29a8a1885d9f4825190d2575849f7605b3d6dffb][0].

[0]: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=29a8a1885d9f4825190d2575849f7605b3d6dffb

Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 83b9afb633..e676dad001 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
-        (revision "3"))
+  (let ((commit "29a8a1885d9f4825190d2575849f7605b3d6dffb")
+        (revision "4"))
     (package
       (inherit emacs)
       (name "emacs-next")
@@ -401,7 +401,7 @@ (define-public emacs-next
                                   "emacs-native-comp-driver-options.patch"))
          (sha256
           (base32
-           "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+           "12x40v9b03qwhrr36kyy4sq20p63a1f7lyz502virbfmhzi0shi0"))))
       (inputs
        (modify-inputs (package-inputs emacs)
          (prepend sqlite)))
-- 
2.39.1





             reply	other threads:[~2023-01-24  1:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-23 23:59 Kenny Ballou [this message]
2023-01-24  0:01 ` [bug#61032] [PATCH] gnu: emacs-next: update to 29a8a1885d9 Kenny Ballou
2023-01-24 12:32 ` Simon Tournier
2023-01-24 14:34   ` Kenny Ballou
2023-01-24 18:28     ` bug#61032: " Simon Tournier

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

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

  git send-email \
    --in-reply-to=20230123235924.19660-1-kb@devnulllabs.io \
    --to=kb@devnulllabs.io \
    --cc=61032@debbugs.gnu.org \
    /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 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.