gnu: kitty: Update to 0.14.1.
* gnu/packages/terminals.scm (kitty): Update to 0.14.1.
This commit is contained in:
parent
ff793da669
commit
e637744547
1 changed files with 2 additions and 2 deletions
|
@ -924,7 +924,7 @@ (define-public tmate
|
||||||
(define-public kitty
|
(define-public kitty
|
||||||
(package
|
(package
|
||||||
(name "kitty")
|
(name "kitty")
|
||||||
(version "0.14.0")
|
(version "0.14.1")
|
||||||
(home-page "https://sw.kovidgoyal.net/kitty/")
|
(home-page "https://sw.kovidgoyal.net/kitty/")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -935,7 +935,7 @@ (define-public kitty
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"122573l7xirs9dsi5p8gra47qpgxb3vahqp2r0c043pgz4i22v5z"))
|
"0nm8l8ki0csdapf5mj3vg605ki5hjsx7h7i3m01x1a4vjzjmk8bv"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue