all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 62772@debbugs.gnu.org
Subject: [bug#62772] [PATCH] gnu: emacs-next: Update to 29.0.90.
Date: Tue, 11 Apr 2023 11:09:43 +0200	[thread overview]
Message-ID: <8fd88c16f5d62516943c3f15d939b938c2822bbc.camel@gmail.com> (raw)

* gnu/packages/emacs.scm (emacs-next): Update to 29.0.90.
---
 gnu/packages/emacs.scm | 52 ++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 27 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a27b364a05..c3be119ab5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -393,33 +393,31 @@ (define* (emacs-byte-compile-directory dir)
     (license license:gpl3+)))
 
 (define-public emacs-next
-  (let ((commit "f1f571e72ae10285762d3a941e56f7c4048272af")
-        (revision "1"))
-    (package
-      (inherit emacs)
-      (name "emacs-next")
-      (version (git-version "29.0.60" revision commit))
-      (source
-       (origin
-         (inherit (package-source emacs))
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://git.savannah.gnu.org/git/emacs.git/")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         ;; emacs-source-date-epoch.patch is no longer necessary
-         (patches (search-patches "emacs-exec-path.patch"
-                                  "emacs-fix-scheme-indent-function.patch"
-                                  "emacs-native-comp-driver-options.patch"))
-         (sha256
-          (base32
-           "1rildbxq53yvc2rllg2qccgxzbbnr6qbija0lyqacsy8dlzaysch"))))
-      (inputs
-       (modify-inputs (package-inputs emacs)
-         (prepend sqlite)))
-      (native-inputs
-       (modify-inputs (package-native-inputs emacs)
-         (prepend autoconf))))))
+  (package
+    (inherit emacs)
+    (name "emacs-next")
+    (version "29.0.90")
+    (source
+     (origin
+       (inherit (package-source emacs))
+       (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))
+       ;; emacs-source-date-epoch.patch is no longer necessary
+       (patches (search-patches "emacs-exec-path.patch"
+                                "emacs-fix-scheme-indent-function.patch"
+                                "emacs-native-comp-driver-options.patch"))
+       (sha256
+        (base32
+         "1lmw3fa6c5w5d6cvk8vdqvqn67hm5lcxy9xykmvcgx258vs7x975"))))
+    (inputs
+     (modify-inputs (package-inputs emacs)
+       (prepend sqlite)))
+    (native-inputs
+     (modify-inputs (package-native-inputs emacs)
+       (prepend autoconf)))))
 
 (define-public emacs-next-tree-sitter
   (let ((commit "ac7ec87a7a0db887e4ae7fe9005aea517958b778")
-- 
2.39.2





             reply	other threads:[~2023-04-11  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11  9:09 Liliana Marie Prikler [this message]
2023-04-18 10:38 ` bug#62772: [PATCH] gnu: emacs-next: Update to 29.0.90 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

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

  git send-email \
    --in-reply-to=8fd88c16f5d62516943c3f15d939b938c2822bbc.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=62772@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.