guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: fcitx5-anthy: Update to 5.1.3.


From: guix-commits
Subject: 07/12: gnu: fcitx5-anthy: Update to 5.1.3.
Date: Thu, 18 Jan 2024 06:42:21 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

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

    gnu: fcitx5-anthy: Update to 5.1.3.
    
    * gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.3.
    
    Change-Id: Ifb45a5e36aeb03f54df449c60ab58ee8f393d534
---
 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 d1c1272fc5..b2406bf9df 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -341,7 +341,7 @@ for Qt based application.")
 (define-public fcitx5-anthy
   (package
     (name "fcitx5-anthy")
-    (version "5.1.2")
+    (version "5.1.3")
     (source
      (origin
        (method url-fetch)
@@ -349,7 +349,7 @@ for Qt based application.")
                            "/fcitx5-anthy/fcitx5-anthy-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0a1x1b7y5n1a9clb9j9mryhx2fnd5l5rwb74f38c0s93rxx8fhpf"))))
+        (base32 "0dnvglzw1liacadhl3dx8sfnrw8l3ch0z2bbcby5imxzkxxmiqm4"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f)) ;; no tests



reply via email to

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