[PATCH] gnu: kitty: Update to 0.20.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Leo Famulari
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 4 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
22-2FUibrH2Lkm7N-DNyixKWAdHYryuhg7PUfLEppSzuh0RuW2sO9omUWkmFFPuIFCy24YPafWdaWbOeE5z7sK0CuI4wkSjRp_vNSO5eEok=@elenq.tech
From db4c2b730cc9bddd4a3c4072101545c50c67daf5 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Wed, 21 Apr 2021 14:35:02 +0200
Subject: [PATCH] gnu: kitty: Update to 0.20.1

gnu/packages/terminals.scm (kitty): Update to 0.20.1
---
gnu/packages/terminals.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 3fe580589d..7948b86ef1 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
--
2.31.0
Leo Famulari wrote 4 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)(address . 47931-done@debbugs.gnu.org)
YIBSTKnu/IkuHGoK@jasmine.lan
On Wed, Apr 21, 2021 at 12:37:42PM +0000, Ekaitz Zarraga wrote:
Toggle quote (7 lines)
> From db4c2b730cc9bddd4a3c4072101545c50c67daf5 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz@elenq.tech>
> Date: Wed, 21 Apr 2021 14:35:02 +0200
> Subject: [PATCH] gnu: kitty: Update to 0.20.1
>
> gnu/packages/terminals.scm (kitty): Update to 0.20.1

Thanks! Pushed as 88fd57fd1f316b422642593a52654eeb27742e11
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47931@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47931
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help