guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: fcitx5: Update to 5.1.5.


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

iyzsong pushed a commit to branch master
in repository guix.

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

    gnu: fcitx5: Update to 5.1.5.
    
    * gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.5.
    
    Change-Id: I6e3ac3c8ad77fd53d431bd1501ae6b44ad49a66a
---
 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 dcf2695118..e9c797dcdb 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -87,7 +87,7 @@ client.")
 (define-public fcitx5
   (package
     (name "fcitx5")
-    (version "5.1.0")
+    (version "5.1.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 "1a1d3bcxddv3hsmffgf608arhamia17bq82q932sy5zl9j8s423y"))))
+        (base32 "108a8561wh01vl5gqp2rnmnrh9qq3v8md3410dw46lx705a1wy4r"))))
     (arguments
      (list #:configure-flags #~(list "-DUSE_SYSTEMD=OFF")))
     (build-system cmake-build-system)



reply via email to

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