guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: fcitx5-lua: Update to 5.0.11.


From: guix-commits
Subject: 02/08: gnu: fcitx5-lua: Update to 5.0.11.
Date: Wed, 22 Nov 2023 07:51:28 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 075ffb39b63faf73a59f39e40651dacb12d50413
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Nov 11 09:05:11 2023 +0800

    gnu: fcitx5-lua: Update to 5.0.11.
    
    * gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.11.
    
    Change-Id: Iacfd1a197c888cc1a79e31723c57e5ac34a8a7f5
---
 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 e9c797dcdb..f87fef191f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -138,7 +138,7 @@ client.")
 (define-public fcitx5-lua
   (package
     (name "fcitx5-lua")
-    (version "5.0.10")
+    (version "5.0.11")
     (source
      (origin
        (method url-fetch)
@@ -146,7 +146,7 @@ client.")
              "https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-";
              version ".tar.xz"))
        (sha256
-        (base32 "13vh6i7pap3h9jrjri3cfi7pcjwhlkw9g24ibfh0aykdhd8d7p99"))))
+        (base32 "1hc1vhaycfp9bjvch7qrvza5gdimr30rvwavbwqd27lrh36910yc"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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