all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74875] [PATCH] gnu: emacs-with-editor: Update to 3.4.3.
@ 2024-12-14 19:03 Cayetano Santos via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Cayetano Santos via Guix-patches via @ 2024-12-14 19:03 UTC (permalink / raw)
  To: 74875
  Cc: Cayetano Santos, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-14 19:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-14 19:03 [bug#74875] [PATCH] gnu: emacs-with-editor: Update to 3.4.3 Cayetano Santos via Guix-patches via

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.