guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-vterm: Update to 0.0.2-1-c3a3a23.


From: guix-commits
Subject: branch master updated: gnu: emacs-vterm: Update to 0.0.2-1-c3a3a23.
Date: Thu, 04 Jan 2024 06:49:43 -0500

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

ngz pushed a commit to branch master
in repository guix.

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

commit 6d2068f1735c55d917740b8d49cfe78ffe72bff4
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Thu Jan 4 12:48:14 2024 +0100

    gnu: emacs-vterm: Update to 0.0.2-1-c3a3a23.
    
    * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2-1-c3a3a23.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
    Change-Id: I90238380792aee1b5f13fdad8ef4164048e2bab8
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 175bcfcb6a..979c55bb99 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29612,10 +29612,11 @@ shell integration.")
     (license license:gpl3+)))
 
 (define-public emacs-vterm
-  (let ((commit "e19dc2bb9859a75616bf068c341a540d0d329e4d"))
+  (let ((commit "c3a3a23a5eace137947524c93644204bf6b56cff")
+        (revision "1"))
     (package
       (name "emacs-vterm")
-      (version "0.0.2")
+      (version (git-version "0.0.2" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -29624,7 +29625,7 @@ shell integration.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0iqlzpy83ra6xz406fmddfj72bmkdb5b1j59m1dbxf3wxn55320d"))))
+                  "0a3akvqmwh3frgbk1rgmi4b2gwdnpa3fymg7prin3k3jgqih1piv"))))
       (build-system emacs-build-system)
       (arguments
        `(#:modules ((guix build emacs-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]