diff mbox series

[bug#40249] gnu: tmate: update to 2.4.0

Message ID 87mu824o3i.fsf@rohleder.de
State Accepted
Headers show
Series [bug#40249] gnu: tmate: update to 2.4.0 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Michael Rohleder March 27, 2020, 12:51 a.m. UTC
* gnu/packages/terminals.scm (tmate): update to 2.4.0

Comments

Leo Famulari March 27, 2020, 8:53 p.m. UTC | #1
On Fri, Mar 27, 2020 at 01:51:13AM +0100, Michael Rohleder wrote:
> * gnu/packages/terminals.scm (tmate): update to 2.4.0

> From 1301a4506318d5ec28054d288f88387edfe9fb31 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Fri, 27 Mar 2020 01:45:08 +0100
> Subject: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0

Thanks! Pushed as f71bce9bb23c04a88baa0cc2f7271fe0be685f1f after fixing
cosmetic issues with the commit message.

Also, how are you sending your patches? If I download the patch file and
apply that, it's missing the commit title. If I use `git am --signoff`
to apply the entire email from Mutt, there is some extra text that must
be removed. The commit message looks like this in latter case:

------
gnu: tmate: update to 2.4.0

--=-=-=
Content-Type: text/plain

* gnu/packages/terminals.scm (tmate): update to 2.4.0

From 1301a4506318d5ec28054d288f88387edfe9fb31 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 27 Mar 2020 01:45:08 +0100
Subject: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0

Signed-off-by: Leo Famulari <leo@famulari.name>
------

It would be helpful if you could either use `git format-patch` and
attach the result to an email, or use `git send-email`. Apologies if you
are already doing that and it's about to get complicated...
diff mbox series

Patch

From 1301a4506318d5ec28054d288f88387edfe9fb31 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 27 Mar 2020 01:45:08 +0100
Subject: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0

---
 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 83eed3e036..9cb004e36a 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -19,6 +19,7 @@ 
 ;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; 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)
-- 
2.26.0