guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 99c690a3a94af5e530f87c3c3e2bf3e1e11b4626
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:38:37 2026 +0100
gnu: emacs-with-editor: Update to 3.4.8.
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.4.8.
Change-Id: Idc080c01b96232c1e9381f00984a5d28de0dfbec
---
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 5c36deb079..bdc180eef0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2355,7 +2355,7 @@ configuration files, such as @file{.gitattributes},
@file{.gitignore}, and
(define-public emacs-with-editor
(package
(name "emacs-with-editor")
- (version "3.4.7")
+ (version "3.4.8")
(source
(origin
(method git-fetch)
@@ -2364,7 +2364,7 @@ configuration files, such as @file{.gitattributes},
@file{.gitignore}, and
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0x4qw9yd0kzg2kkm8wjm9l0ikzb9aj9v5s753bjp3bajal94jw3q"))))
+ (base32 "1mbhrcqbiilp4flna4gav7n4cw46gmxvr15wwr0r9jj5vmsjx4i2"))))
(build-system emacs-build-system)
(arguments
(list