unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40249] [PATCH] gnu: tmate: update to 2.4.0
@ 2020-03-27  0:51 Michael Rohleder
  2020-03-27 20:53 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-03-27  0:51 UTC (permalink / raw)
  To: 40249


[-- Attachment #1.1: Type: text/plain, Size: 54 bytes --]

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

[-- Attachment #1.2: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0 --]
[-- Type: text/x-patch, Size: 1494 bytes --]

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


[-- Attachment #1.3: Type: text/plain, Size: 306 bytes --]


-- 
Bewußtsein setzt mehr voraus als bloßes Hantieren mit Theorien. Es ist das
Empfinden des Kontrasts zwischen der Theorie als bloßer Theorie und der Tatsache
als bloßer Tatsache. Der Kontrast besteht, ob die Theorie nun zutrifft oder
nicht.   - Alfred North Whitehead in Prozess und Realität

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#40249] [PATCH] gnu: tmate: update to 2.4.0
  2020-03-27  0:51 [bug#40249] [PATCH] gnu: tmate: update to 2.4.0 Michael Rohleder
@ 2020-03-27 20:53 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-03-27 20:53 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 40249

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-27 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-27  0:51 [bug#40249] [PATCH] gnu: tmate: update to 2.4.0 Michael Rohleder
2020-03-27 20:53 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).