unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 74365@debbugs.gnu.org
Subject: [bug#74365] [PATCH] gnu: emacs-next: Update to 30.0.92-0.881d593.
Date: Tue, 12 Nov 2024 20:57:32 +0100	[thread overview]
Message-ID: <2642d9cc7abbd47056afcb42ed83c4a76e11c644.1731653319.git.liliana.prikler@gmail.com> (raw)

* gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.92-0.881d593.
---
 gnu/packages/emacs.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 16ee12ac65..fcbb4fdfcb 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -567,12 +567,12 @@ (define-public emacs-wide-int
         #~(cons "--with-wide-int" #$flags))))))
 
 (define-public emacs-next-minimal
-  (let ((commit "9a1c76bf7ff49d886cc8e1a3f360d71e62544802")
-        (revision "1"))
+  (let ((commit "881d593a9879f3355733f1b627af7cc0c12b429e")
+        (revision "0"))
    (package
     (inherit emacs-minimal)
     (name "emacs-next-minimal")
-    (version (git-version "30.0.91" revision commit))
+    (version (git-version "30.0.92" revision commit))
     (source
      (origin
        (method git-fetch)
@@ -581,7 +581,7 @@ (define-public emacs-next-minimal
              (commit commit)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m1qbdqj1p994wz6flxcswv5c3qqbvjyjfsv0dh65qqq2ph7g4jz"))
+        (base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
        (patches
         (search-patches "emacs-next-exec-path.patch"
                         "emacs-fix-scheme-indent-function.patch"

base-commit: 1592f1ac3b39ba7217d3e0d43f589ead8818c449
-- 
2.46.0





                 reply	other threads:[~2024-11-15  6:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=2642d9cc7abbd47056afcb42ed83c4a76e11c644.1731653319.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=74365@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 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).