guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: libime: Update to 1.0.6.


From: guix-commits
Subject: 01/06: gnu: libime: Update to 1.0.6.
Date: Sun, 11 Apr 2021 18:24:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d286ea6d5b67aac58fc92acece49da64f2a64113
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 11 23:39:17 2021 +0200

    gnu: libime: Update to 1.0.6.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.0.6.
---
 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 5b83844..a01eacb 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -172,14 +172,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "1w3cxk11kbfmz7snivxq948zfav6dy2245j12ghlxcmdxjshrlhq"))))
+        (base32 "1s8gzpzyn16pg9gm7kw1nhl09drdndi6j4mjam14ymqsrfsdqr1r"))))
     (build-system cmake-build-system)
     (inputs
      `(("fcitx5" ,fcitx5)



reply via email to

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