guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#59084] [PATCH 1/7] gnu: fcitx5: Update to 5.0.19.


From: dan
Subject: [bug#59084] [PATCH 1/7] gnu: fcitx5: Update to 5.0.19.
Date: Mon, 7 Nov 2022 04:46:33 +0800

* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.19.
---
 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 5a015ce070..b3e3844ede 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -85,7 +85,7 @@ (define-public xcb-imdkit
 (define-public fcitx5
   (package
     (name "fcitx5")
-    (version "5.0.10")
+    (version "5.0.19")
     (source
      (origin
        (method url-fetch)
@@ -93,7 +93,7 @@ (define-public fcitx5
              "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-";
              version "_dict.tar.xz"))
        (sha256
-        (base32 "0i23skr49n6b30ybm66bkv07dcr0dan5mzxch7x83znfnrpk8z3h"))))
+        (base32 "13zp6f8z590m34yjfzkw1jckvw1k0p8gzbkwm9lfzbrz9pzgdl1p"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-- 
2.38.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]