guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: libime: Update to 1.0.14.


From: guix-commits
Subject: 02/07: gnu: libime: Update to 1.0.14.
Date: Mon, 7 Nov 2022 03:17:53 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit fbca2ed4b716ac14559fe4fb2e148a39d669d7e4
Author: dan <i@dan.games>
AuthorDate: Mon Nov 7 04:46:34 2022 +0800

    gnu: libime: Update to 1.0.14.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.0.14.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 b3e3844ede..634c0395c4 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -166,14 +166,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.0.10")
+    (version "1.0.14")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "0dknxf5lf5a6kam39rp7y1h2p47bwb6pnlc8fsrhmiv7rw2pkq0f"))))
+        (base32 "0qvi9wpm4hx42h05bd4ngwzr4sv4x7i18m3ppzwc8n6q3sz5cfbh"))))
     (build-system cmake-build-system)
     (inputs
      (list fcitx5 boost))



reply via email to

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