guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-vterm: Update to 0-3.14e4afd.


From: guix-commits
Subject: 01/02: gnu: emacs-vterm: Update to 0-3.14e4afd.
Date: Fri, 18 Sep 2020 05:18:40 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit a1f4c48721456aae4129b1a4ffcdc052ccd953aa
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Sep 18 04:36:49 2020 +0200

    gnu: emacs-vterm: Update to 0-3.14e4afd.
    
    * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 ae95b15..74a6bb1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19522,8 +19522,8 @@ stored playlists.")
 
 (define-public emacs-vterm
   (let ((version "0")
-        (revision "2")
-        (commit "f41849c2c9c1899f22d1c3d4f871ec47c82627ce"))
+        (revision "3")
+        (commit "14e4afdfc160b2e625c3e483d169786ac00cb4fe"))
     (package
       (name "emacs-vterm")
       (version (git-version version revision commit))
@@ -19535,7 +19535,7 @@ stored playlists.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1b5s1101n7a2lnpkbadm1h4k6z295fpijx0rdpmd05dkhyarax6n"))))
+                  "0wl613rxw493i3397n34qwqnd5fkyqrnn1fx3y2040xhvjl9rx70"))))
       (build-system emacs-build-system)
       (arguments
        `(#:modules ((guix build emacs-build-system)



reply via email to

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