guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: kitty: Update to 0.14.2.


From: guix-commits
Subject: 01/03: gnu: kitty: Update to 0.14.2.
Date: Tue, 11 Jun 2019 02:28:39 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit b6c31f0e50fe3ca7e3fa3cd4d633f743f1c9136c
Author: Rutger Helling <address@hidden>
Date:   Tue Jun 11 08:20:49 2019 +0200

    gnu: kitty: Update to 0.14.2.
    
    * gnu/packages/terminals.scm (kitty): Update to 0.14.2.
---
 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 0ef9b00..f742e86 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -924,7 +924,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.14.1")
+    (version "0.14.2")
     (home-page "https://sw.kovidgoyal.net/kitty/";)
     (source
      (origin
@@ -935,7 +935,7 @@ tmux.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0nm8l8ki0csdapf5mj3vg605ki5hjsx7h7i3m01x1a4vjzjmk8bv"))
+         "15iv3k7iryf10n8n67d37x24pzcarq97a3dr42lbld00k1lx19az"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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