[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: kitty: Update to 0.20.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: kitty: Update to 0.20.1. |
Date: |
Wed, 21 Apr 2021 12:26:43 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 88fd57f gnu: kitty: Update to 0.20.1.
88fd57f is described below
commit 88fd57fd1f316b422642593a52654eeb27742e11
Author: Ekaitz Zarraga <ekaitz@elenq.tech>
AuthorDate: Wed Apr 21 12:37:42 2021 +0000
gnu: kitty: Update to 0.20.1.
gnu/packages/terminals.scm (kitty): Update to 0.20.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/terminals.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 3fe5805..7948b86 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2021 Ekaitz Zarraga <ekaitz@elenq.tech>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1029,7 +1030,7 @@ tmux.")
(define-public kitty
(package
(name "kitty")
- (version "0.19.3")
+ (version "0.20.1")
(home-page "https://sw.kovidgoyal.net/kitty/")
(source
(origin
@@ -1039,7 +1040,7 @@ tmux.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0r49bybqy6c0n1lz6yc85py80wb40w757m60f5rszjf200wnyl6s"))
+ (base32 "0ncal16x3mz24f4l2lk50khzv3xacynk2pf3cklbvm2n7j69qca1"))
(modules '((guix build utils)))
(snippet
'(begin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: kitty: Update to 0.20.1.,
guix-commits <=