guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tmate: Update to 2.4.0.


From: guix-commits
Subject: branch master updated: gnu: tmate: Update to 2.4.0.
Date: Fri, 27 Mar 2020 16:49:48 -0400

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f71bce9  gnu: tmate: Update to 2.4.0.
f71bce9 is described below

commit f71bce9bb23c04a88baa0cc2f7271fe0be685f1f
Author: Michael Rohleder <address@hidden>
AuthorDate: Fri Mar 27 01:51:13 2020 +0100

    gnu: tmate: Update to 2.4.0.
    
    * gnu/packages/terminals.scm (tmate): Update to 2.4.0.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 83eed3e..9cb004e 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;; Copyright © 2020 Jakub Kądziołka <address@hidden>
 ;;; Copyright © 2020 Valentin Ignatev <address@hidden>
+;;; Copyright © 2020 Michael Rohleder <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -906,7 +907,7 @@ per-line fullscreen terminal rendering, and keyboard input 
event reporting.")
 (define-public tmate
   (package
     (name "tmate")
-    (version "2.2.1")
+    (version "2.4.0")
     (source
      (origin
        (method git-fetch)
@@ -916,7 +917,7 @@ per-line fullscreen terminal rendering, and keyboard input 
event reporting.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pfl9vrswzim9ydi1n652h3rax2zrmy6sqkp0r09yy3lw83h4y1r"))))
+         "0x5c31yq7ansmiy20a0qf59wagba9v3pq97mlkxrqxn4n1gcc6vi"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)



reply via email to

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