guix-commits
[Top][All Lists]
Advanced

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

12/21: gnu: fcitx5: Update to 5.0.4.


From: guix-commits
Subject: 12/21: gnu: fcitx5: Update to 5.0.4.
Date: Thu, 28 Jan 2021 15:08:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bcfab937807710886c7d211c95d83409d18f0d9a
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Tue Jan 19 17:54:39 2021 +0800

    gnu: fcitx5: Update to 5.0.4.
    
    * gnu/packages/fcitx5.scm(fcitx5): Update to 5.0.4.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 0e3fe15..6a68c4e 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -86,7 +86,7 @@ client.")
 (define-public fcitx5
   (package
     (name "fcitx5")
-    (version "5.0.3")
+    (version "5.0.4")
     (source
      (origin
        (method url-fetch)
@@ -94,7 +94,7 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-";
              version "_dict.tar.xz"))
        (sha256
-        (base32 "06zkb33m2rnhg385iy79n3r4svz5jbav74di61xqa3lhbv7534s3"))))
+        (base32 "14pqbjbdc3b5xlycm92gs1rgkmpykfnyls3gfr608902lk2lw5as"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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