guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: fcitx5: Update to 5.0.5.


From: guix-commits
Subject: 02/07: gnu: fcitx5: Update to 5.0.5.
Date: Tue, 9 Mar 2021 19:31:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 42364648baf071e08d5995eaaa063b1dfe4f80a8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 20:52:52 2021 +0100

    gnu: fcitx5: Update to 5.0.5.
    
    * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.5.
---
 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 4c79f4d..17632ed 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -87,7 +87,7 @@ client.")
 (define-public fcitx5
   (package
     (name "fcitx5")
-    (version "5.0.4")
+    (version "5.0.5")
     (source
      (origin
        (method url-fetch)
@@ -95,7 +95,7 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-";
              version "_dict.tar.xz"))
        (sha256
-        (base32 "14pqbjbdc3b5xlycm92gs1rgkmpykfnyls3gfr608902lk2lw5as"))))
+        (base32 "16j716xawbszkb3fxzpdza1a4czh0fvkysikjc9bfyvbwp72p6an"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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