all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: 39507@debbugs.gnu.org
Subject: [bug#39507] Kitty terminal emulator
Date: Fri, 07 Feb 2020 20:32:38 +0000	[thread overview]
Message-ID: <Msc3WLnpGx_Pea4_EIf0KglifUIIZDQ2hCXXjvn4lg9rozzY_bPaIH-fbXrylQmLYd5IIwDlg0JfYL2xhycpF3UXlOU4cL5C2ZMud0t2pFg=@elenq.tech> (raw)

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

             reply	other threads:[~2020-02-08  4:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07 20:32 Ekaitz Zarraga [this message]
2020-02-08 13:39 ` [bug#39507] Better formatted patch Ekaitz Zarraga
2020-02-08 18:09 ` bug#39507: Kitty terminal emulator Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='Msc3WLnpGx_Pea4_EIf0KglifUIIZDQ2hCXXjvn4lg9rozzY_bPaIH-fbXrylQmLYd5IIwDlg0JfYL2xhycpF3UXlOU4cL5C2ZMud0t2pFg=@elenq.tech' \
    --to=ekaitz@elenq.tech \
    --cc=39507@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.