diff mbox series

[bug#46032] Acknowledgement ([PATCH]: Update fcitx5 and its components.)

Message ID 86sg6t6w78.fsf@163.com
State Accepted
Headers show
Series [bug#46032] Acknowledgement ([PATCH]: Update fcitx5 and its components.) | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Zhu Zihao Jan. 22, 2021, 11:35 a.m. UTC

Comments

Zhu Zihao Jan. 29, 2021, 1:56 a.m. UTC | #1
ping.
Leo Famulari Feb. 2, 2021, 12:43 a.m. UTC | #2
On Fri, Jan 29, 2021 at 09:56:06AM +0800, Zhu Zihao wrote:
> 
> ping.

I believe these were pushed in commit 00a04b8ad927fb262dfcfe187f47bc8cd8d03804

Please let us know if there are any outstanding patches in this ticket.
diff mbox series

Patch

From 2a26a626b3e5a1983b73f3ec54d52778f0c21549 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Tue, 19 Jan 2021 17:55:56 +0800
Subject: [PATCH 9/9] gnu: fcitx5-configtool: Update to 5.0.2.

* gnu/packages/fcitx5.scm(fcitx5-configtool): Update to 5.0.2.
---
 gnu/packages/fcitx5.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 2ab576df21..79d5799774 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -345,7 +345,7 @@  including input methods previous bundled inside Fcitx 4:
 (define-public fcitx5-configtool
   (package
     (name "fcitx5-configtool")
-    (version "5.0.1")
+    (version "5.0.2")
     (source
      (origin
        (method url-fetch)
@@ -353,7 +353,7 @@  including input methods previous bundled inside Fcitx 4:
              "https://download.fcitx-im.org/fcitx5"
              "/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
        (sha256
-        (base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b"))))
+        (base32 "0rpk3yn572pcr29jak63x84g0qgj8hj011aw8gmxjah9311nxhpb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-- 
2.30.0