all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39507] Kitty terminal emulator
@ 2020-02-07 20:32 Ekaitz Zarraga
  2020-02-08 13:39 ` [bug#39507] Better formatted patch Ekaitz Zarraga
  2020-02-08 18:09 ` bug#39507: Kitty terminal emulator Julien Lepiller
  0 siblings, 2 replies; 3+ messages in thread
From: Ekaitz Zarraga @ 2020-02-07 20:32 UTC (permalink / raw)
  To: 39507

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Upgrade kitty terminal emulator to latest release 0.16.0 for launch support.



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: kitty_version.diff --]
[-- Type: text/x-patch; name="kitty_version.diff", Size: 748 bytes --]

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index dae14aee8f..8773f1969f 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -935,7 +935,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.14.6")
+    (version "0.16.0")
     (home-page "https://sw.kovidgoyal.net/kitty/")
     (source
      (origin
@@ -945,7 +945,7 @@ tmux.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rb5ys9xsdhd2qa3kz5gqzz111c6b14za98va6hlglk69wqlmb51"))
+        (base32 "1bszyddar0g1gdz67h8rd3gbrdhi6ahjg7j14cjiqxm1938z9ajf"))
        (modules '((guix build utils)))
        (snippet
         '(begin

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

* [bug#39507] Better formatted patch
  2020-02-07 20:32 [bug#39507] Kitty terminal emulator Ekaitz Zarraga
@ 2020-02-08 13:39 ` Ekaitz Zarraga
  2020-02-08 18:09 ` bug#39507: Kitty terminal emulator Julien Lepiller
  1 sibling, 0 replies; 3+ messages in thread
From: Ekaitz Zarraga @ 2020-02-08 13:39 UTC (permalink / raw)
  To: 39507@debbugs.gnu.org

From 0a354f462474c037904ff42113e5d95b6a60ce21 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Sat, 8 Feb 2020 14:16:21 +0100
Subject: [PATCH] Update kitty to 0.16.0

---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index dae14aee8f..8773f1969f 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -935,7 +935,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.14.6")
+    (version "0.16.0")
     (home-page "https://sw.kovidgoyal.net/kitty/")
     (source
      (origin
@@ -945,7 +945,7 @@ tmux.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rb5ys9xsdhd2qa3kz5gqzz111c6b14za98va6hlglk69wqlmb51"))
+        (base32 "1bszyddar0g1gdz67h8rd3gbrdhi6ahjg7j14cjiqxm1938z9ajf"))
        (modules '((guix build utils)))
        (snippet
         '(begin
--
2.17.1

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

* bug#39507: Kitty terminal emulator
  2020-02-07 20:32 [bug#39507] Kitty terminal emulator Ekaitz Zarraga
  2020-02-08 13:39 ` [bug#39507] Better formatted patch Ekaitz Zarraga
@ 2020-02-08 18:09 ` Julien Lepiller
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2020-02-08 18:09 UTC (permalink / raw)
  To: Ekaitz Zarraga; +Cc: 39507-done

Le Fri, 07 Feb 2020 20:32:38 +0000,
Ekaitz Zarraga <ekaitz@elenq.tech> a écrit :

> Upgrade kitty terminal emulator to latest release 0.16.0 for launch
> support.
> 
> 

Pushed as 56bae7f380cf37d3a1747f23cbf236e19298456b thank you! I changed
the commit message so it follows our conventions.

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

end of thread, other threads:[~2020-02-08 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 20:32 [bug#39507] Kitty terminal emulator Ekaitz Zarraga
2020-02-08 13:39 ` [bug#39507] Better formatted patch Ekaitz Zarraga
2020-02-08 18:09 ` bug#39507: Kitty terminal emulator Julien Lepiller

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.