guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: kitty: Update to 0.14.4.


From: guix-commits
Subject: 01/01: gnu: kitty: Update to 0.14.4.
Date: Wed, 4 Sep 2019 07:17:03 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit beb0b947c1eb7a4ccef0f229e3b613d5e3b67c00
Author: Rutger Helling <address@hidden>
Date:   Wed Sep 4 13:15:34 2019 +0200

    gnu: kitty: Update to 0.14.4.
    
    * gnu/packages/terminals.scm (kitty): Update to 0.14.4.
---
 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 bca8b14..f0117ee 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -955,7 +955,7 @@ tmux.")
 (define-public kitty
   (package
     (name "kitty")
-    (version "0.14.3")
+    (version "0.14.4")
     (home-page "https://sw.kovidgoyal.net/kitty/";)
     (source
      (origin
@@ -966,7 +966,7 @@ tmux.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0wi6b6b1nyp16rcpcghk6by62wy6qsamv1xdymyn0zbqgd8h9n6b"))
+         "0z0y80wcbra3zfyaiim98afbqlfpkjkql430zfb8shx61rzzmn9i"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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