all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arto Jantunen <viiru@iki.fi>
To: 75081@debbugs.gnu.org
Cc: Arto Jantunen <viiru@iki.fi>
Subject: [bug#75081] [PATCH] gnu: emacs-next: Update to 30.0.93.
Date: Wed, 25 Dec 2024 08:58:11 +0200	[thread overview]
Message-ID: <20241225065822.855774-1-viiru@iki.fi> (raw)

Update to the latest pretest.
---
 gnu/packages/emacs.scm | 38 ++++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c5b57211dd10..4784af2937f3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -567,26 +567,24 @@ (define-public emacs-wide-int
         #~(cons "--with-wide-int" #$flags))))))
 
 (define-public emacs-next-minimal
-  (let ((commit "881d593a9879f3355733f1b627af7cc0c12b429e")
-        (revision "0"))
-   (package
-    (inherit emacs-minimal)
-    (name "emacs-next-minimal")
-    (version (git-version "30.0.92" revision commit))
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.savannah.gnu.org/git/emacs.git")
-             (commit commit)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
-       (patches
-        (search-patches "emacs-next-exec-path.patch"
-                        "emacs-fix-scheme-indent-function.patch"
-                        "emacs-next-native-comp-driver-options.patch"
-                        "emacs-pgtk-super-key-fix.patch")))))))
+  (package
+   (inherit emacs-minimal)
+   (name "emacs-next-minimal")
+   (version "30.0.93")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.savannah.gnu.org/git/emacs.git")
+           (commit (string-append "emacs-" version))))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32 "05a587a7bnbz8ms45h4hs1c33j8268aymf3y1bpxipl3abi43jlm"))
+     (patches
+      (search-patches "emacs-next-exec-path.patch"
+                      "emacs-fix-scheme-indent-function.patch"
+                      "emacs-next-native-comp-driver-options.patch"
+                      "emacs-pgtk-super-key-fix.patch"))))))
 
 (define* (emacs->emacs-next emacs #:optional name
                             #:key (version (package-version emacs-next-minimal))

base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
-- 
2.45.2





                 reply	other threads:[~2024-12-25  8:16 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

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

  git send-email \
    --in-reply-to=20241225065822.855774-1-viiru@iki.fi \
    --to=viiru@iki.fi \
    --cc=75081@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.