diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-07 15:13:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-07 18:03:09 +0200 |
commit | e2a6de5057e5cae9b00ed3c59a205fe24d0e19ac (patch) | |
tree | e4de7a7745da219ca23014ba72e799bdb26c0e64 /gnu | |
parent | ccaf29afd0b8093067dbf43d48e21d7a5e741006 (diff) |
gnu: kitty: Update to 0.20.3.
* gnu/packages/terminals.scm (kitty): Update to 0.20.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index f167a21c17..14774a5843 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1031,7 +1031,7 @@ tmux.") (define-public kitty (package (name "kitty") - (version "0.20.2") + (version "0.20.3") (home-page "https://sw.kovidgoyal.net/kitty/") (source (origin @@ -1041,7 +1041,7 @@ tmux.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ka58abn3lvghhfpx0h6jk42kp3lknnrm42ksxxsxrsbgc5szaqn")) + (base32 "13qv4469q9q2xdrb77lbyw4dz491zf1qvqx4adp0dd9annnlir5c")) (modules '((guix build utils))) (snippet '(begin |