GNU bug report logs - #74875
[PATCH] gnu: emacs-with-editor: Update to 3.4.3.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sat, 14 Dec 2024 19:04:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Cayetano Santos <csantosb <at> inventati.org>
To: 74875 <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>, Andrew Tropin <andrew <at> trop.in>, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: [bug#74875] [PATCH] gnu: emacs-with-editor: Update to 3.4.3.
Date: Sat, 14 Dec 2024 20:03:02 +0100
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.4.3.

Change-Id: I0e593630652ba3cff5974764fb19b54af0d65f78
---

- I'm not sure about `emacs-async` dependency, though

 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2809894d1a..c42ee00446 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1590,7 +1590,7 @@ (define-deprecated/public-alias git-modes emacs-git-modes)
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "3.4.2")
+    (version "3.4.3")
     (source
      (origin
        (method git-fetch)
@@ -1599,7 +1599,7 @@ (define-public emacs-with-editor
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1k86z7zjvs5mbxirxvn190ya7fj1vdzps5cm0659hh32373c1l7s"))))
+        (base32 "0h21qs60qihv4p72x5wbmc0xly4g74wc25qj8m9slfbc4am9mwys"))))
     (build-system emacs-build-system)
     (arguments
      (list

base-commit: e92b20a41a026b8af7dd2031eb61267b061617b5
--
2.46.0





This bug report was last modified 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.