guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: kitty: Update to 0.14.0.


From: guix-commits
Subject: 01/02: gnu: kitty: Update to 0.14.0.
Date: Sun, 26 May 2019 04:15:46 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit d21c68ac46702c2e249cc644c12839670b1c9d30
Author: Rutger Helling <address@hidden>
Date:   Sun May 26 10:08:49 2019 +0200

    gnu: kitty: Update to 0.14.0.
    
    * gnu/packages/terminals.scm (kitty): Update to 0.14.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 84454b2..2eb2730 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -924,7 +924,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.13.3")
+    (version "0.14.0")
     (home-page "https://sw.kovidgoyal.net/kitty/";)
     (source
      (origin
@@ -935,7 +935,7 @@ tmux.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1y0vd75j8g61jdj8miml79w5ri3pqli5rv9iq6zdrxvzfa4b2rmb"))
+         "122573l7xirs9dsi5p8gra47qpgxb3vahqp2r0c043pgz4i22v5z"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]