summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-17 02:27:15 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-17 02:47:19 +0200
commita75c97ac08672edd6d9de43382b6b372125c4bea (patch)
tree1053af8a90d3854dff38775245aec3e9443ef2ee
parentc0fb663e19c0201cee8d47b3b831880e8f9066f8 (diff)
downloadguix-a75c97ac08672edd6d9de43382b6b372125c4bea.tar.gz
gnu: kitty: Update to 0.14.6.
* gnu/packages/terminals.scm (kitty): Update to 0.14.6.
-rw-r--r--gnu/packages/terminals.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 98e964fa44..cd40ce3744 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