guix-commits
[Top][All Lists]
Advanced

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

11/21: gnu: libime: Update to 1.0.3.


From: guix-commits
Subject: 11/21: gnu: libime: Update to 1.0.3.
Date: Thu, 28 Jan 2021 15:08:15 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ce7a5503a02950d2f197abc178735d631b12984b
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Fri Jan 22 19:02:26 2021 +0800

    gnu: libime: Update to 1.0.3.
    
    * gnu/packages/fcitx5.scm(libime): Update to 1.0.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 ff9a115..0e3fe15 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -171,14 +171,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "006pncby7p6h3rnicckzjwi6jzsrqiqbj6p9bpic80lanlllgw31"))))
+        (base32 "1gi9ylqha9x3dhjsa2i7x9wh2g9vgqkkfr6s1facs2ky65vgvdrv"))))
     (build-system cmake-build-system)
     (inputs
      `(("fcitx5" ,fcitx5)



reply via email to

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