Kitty terminal emulator

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Julien Lepiller
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 5 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
Msc3WLnpGx_Pea4_EIf0KglifUIIZDQ2hCXXjvn4lg9rozzY_bPaIH-fbXrylQmLYd5IIwDlg0JfYL2xhycpF3UXlOU4cL5C2ZMud0t2pFg=@elenq.tech
Upgrade kitty terminal emulator to latest release 0.16.0 for launch support.
Toggle diff (22 lines)
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
Ekaitz Zarraga wrote 5 years ago
Better formatted patch
(name . 39507@debbugs.gnu.org)(address . 39507@debbugs.gnu.org)
48FyX5DtWZyFomZPgVHiazV3Z4E6WAkimrTWVOh6cpPLB01ZWoA3jrdPSPcZcrloCF_b_WDBpJGv8i4jbj9-YYBiHh8Jo6J1m3mnkoa01ag=@elenq.tech
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(-)

Toggle diff (22 lines)
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
Julien Lepiller wrote 5 years ago
Re: [bug#39507] Kitty terminal emulator
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 39507-done@debbugs.gnu.org)
20200208190916.7be785e1@tachikoma.lepiller.eu
Le Fri, 07 Feb 2020 20:32:38 +0000,
Ekaitz Zarraga <ekaitz@elenq.tech> a écrit :

Toggle quote (5 lines)
> 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39507@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39507
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help