This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bde5837f4b gnu: emacs-vterm: Update to 0.0.2-3.a01a289.
bde5837f4b is described below

commit bde5837f4be70a1ffe40cbe3b2ed4c520be90f80
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jan 31 19:25:51 2026 +0100

    gnu: emacs-vterm: Update to 0.0.2-3.a01a289.
    
    * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2-3.a01a289.
    
    Change-Id: Idde9f10e8eb3d170292de0e6190d40b144e76666
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dcdc861318..8e1cfa6ee5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35840,8 +35840,8 @@ shell integration.")
     (license license:gpl3+)))
 
 (define-public emacs-vterm
-  (let ((commit "056ad74653704bc353d8ec8ab52ac75267b7d373")
-        (revision "2"))
+  (let ((commit "a01a2894a1c1e81a39527835a9169e35b7ec5dec")
+        (revision "3"))
     (package
       (name "emacs-vterm")
       (version (git-version "0.0.2" revision commit))
@@ -35853,7 +35853,7 @@ shell integration.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0mh1xx3ggrr3kampm1b9cxydbn6csihipaa2bpjv08py98wi0434"))))
+                  "0j8ngl6k0i5nfhkrqvw0bdrk2m3yzjd7vsf3r9hz2gg2pln4za8p"))))
       (build-system emacs-build-system)
       (arguments
        `(#:modules ((guix build emacs-build-system)

Reply via email to