guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: libime: Update to 1.1.0.


From: guix-commits
Subject: 02/16: gnu: libime: Update to 1.1.0.
Date: Wed, 23 Aug 2023 06:58:33 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit d9ac4e82a14a98bdb95bfa832703f219a556fc5b
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Aug 20 13:02:44 2023 +0800

    gnu: libime: Update to 1.1.0.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.1.0.
---
 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 3bf175c212..0ad2dbcac6 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -164,14 +164,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.0.17")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "00d191nghqkcxky5i2j5v8105ckhfh0bdjbkk8swyndjp35bn54f"))))
+        (base32 "0jqr9riwygr3c9qzs8hx46smhgys68bf6m70fmam819903a9gpf0"))))
     (build-system cmake-build-system)
     (inputs
      (list fcitx5 boost))



reply via email to

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