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-4.a670b78.


From: guix-commits
Subject: branch master updated: gnu: emacs-vterm: Update to 0-4.a670b78.
Date: Thu, 31 Dec 2020 10:20:48 -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 6753228  gnu: emacs-vterm: Update to 0-4.a670b78.
6753228 is described below

commit 675322890168c7e9282202d6829d32a10ad7e48d
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Dec 31 14:13:53 2020 +0100

    gnu: emacs-vterm: Update to 0-4.a670b78.
    
    * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-4.a670b78.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 5b077aa..2ea7bc5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20755,8 +20755,8 @@ stored playlists.")
 
 (define-public emacs-vterm
   (let ((version "0")
-        (revision "3")
-        (commit "14e4afdfc160b2e625c3e483d169786ac00cb4fe"))
+        (revision "4")
+        (commit "a670b786539d3c8865d8f68fe0c67a2d4afbf1aa"))
     (package
       (name "emacs-vterm")
       (version (git-version version revision commit))
@@ -20768,7 +20768,7 @@ stored playlists.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0wl613rxw493i3397n34qwqnd5fkyqrnn1fx3y2040xhvjl9rx70"))))
+                  "0s244crjkbzl2jhp9m4sm1xdhbpxwph0m3jg18livirgajvdz6hn"))))
       (build-system emacs-build-system)
       (arguments
        `(#:modules ((guix build emacs-build-system)



reply via email to

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