guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: kitty: Update to 0.14.6.


From: guix-commits
Subject: 04/04: gnu: kitty: Update to 0.14.6.
Date: Wed, 16 Oct 2019 20:48:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a75c97ac08672edd6d9de43382b6b372125c4bea
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 17 02:27:15 2019 +0200

    gnu: kitty: Update to 0.14.6.
    
    * gnu/packages/terminals.scm (kitty): Update to 0.14.6.
---
 gnu/packages/terminals.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 98e964f..cd40ce3 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -956,7 +956,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.14.5")
+    (version "0.14.6")
     (home-page "https://sw.kovidgoyal.net/kitty/";)
     (source
      (origin
@@ -966,8 +966,7 @@ tmux.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0qx3wj4n3zgjcpd1vjjwdlz8d1vp8bkxihsg2khlla1izandgxxa"))
+        (base32 "1rb5ys9xsdhd2qa3kz5gqzz111c6b14za98va6hlglk69wqlmb51"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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