guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: fcitx5-lua: Update to 5.0.12.


From: guix-commits
Subject: 03/12: gnu: fcitx5-lua: Update to 5.0.12.
Date: Thu, 18 Jan 2024 06:42:20 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit b38955ec6e8e7baf7e212982e35f842718ed22f7
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Jan 11 20:11:15 2024 +0800

    gnu: fcitx5-lua: Update to 5.0.12.
    
    * gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.12.
    
    Change-Id: Ie4b4c3496a59a0a956359a73a780de8a6c2211f7
---
 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 eb0731652b..c909463b8a 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -140,7 +140,7 @@ client.")
 (define-public fcitx5-lua
   (package
     (name "fcitx5-lua")
-    (version "5.0.11")
+    (version "5.0.12")
     (source
      (origin
        (method url-fetch)
@@ -148,7 +148,7 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-";
              version ".tar.xz"))
        (sha256
-        (base32 "1hc1vhaycfp9bjvch7qrvza5gdimr30rvwavbwqd27lrh36910yc"))))
+        (base32 "00kh0qzpzkfsnfh55lrpjpi5zs82vwpc9pb1n6f61gpgpiqxh7z4"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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