guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: kitty: Update to 0.19.3.


From: guix-commits
Subject: 06/06: gnu: kitty: Update to 0.19.3.
Date: Sun, 20 Dec 2020 09:48:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 58f025619d72513246442c3494b3b7b6d4d54b90
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 15:40:27 2020 +0100

    gnu: kitty: Update to 0.19.3.
    
    * gnu/packages/terminals.scm (kitty): Update to 0.19.3.
---
 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 ad0670e..9dbdb77 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -992,7 +992,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.19.2")
+    (version "0.19.3")
     (home-page "https://sw.kovidgoyal.net/kitty/";)
     (source
      (origin
@@ -1002,7 +1002,7 @@ tmux.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06mlrc283k5f75y36fmmaxnj29jfc1s8vaykjph6a86m1gcl5wgi"))
+        (base32 "0r49bybqy6c0n1lz6yc85py80wb40w757m60f5rszjf200wnyl6s"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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