guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: fcitx5-anthy: Update to 5.1.2.


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

iyzsong pushed a commit to branch master
in repository guix.

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

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



reply via email to

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