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.5.


From: guix-commits
Subject: 01/01: gnu: kitty: Update to 0.14.5.
Date: Mon, 23 Sep 2019 07:18:15 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit ec3516f1e202becd26e407f15c75a4be4176c3bd
Author: Rutger Helling <address@hidden>
Date:   Mon Sep 23 13:16:40 2019 +0200

    gnu: kitty: Update to 0.14.5.
    
    * gnu/packages/terminals.scm (kitty): Update to 0.14.5.
---
 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 f902000..d9a5f1d 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.4")
+    (version "0.14.5")
     (home-page "https://sw.kovidgoyal.net/kitty/";)
     (source
      (origin
@@ -966,7 +966,7 @@ tmux.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0z0y80wcbra3zfyaiim98afbqlfpkjkql430zfb8shx61rzzmn9i"))
+         "0qx3wj4n3zgjcpd1vjjwdlz8d1vp8bkxihsg2khlla1izandgxxa"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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