guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: libime: Update to 1.0.7.


From: guix-commits
Subject: 01/08: gnu: libime: Update to 1.0.7.
Date: Tue, 8 Jun 2021 18:03:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f0a80fc8d1a21cdcf32e6a904c6d9968671aab1d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 7 00:12:45 2021 +0200

    gnu: libime: Update to 1.0.7.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.0.7.
---
 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 a01eacb..ed96a0b 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.6")
+    (version "1.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "1s8gzpzyn16pg9gm7kw1nhl09drdndi6j4mjam14ymqsrfsdqr1r"))))
+        (base32 "06smx1kqq3qh0xra8070cjfhw79hcm0vksrswk05wq6jyhvrk5sd"))))
     (build-system cmake-build-system)
     (inputs
      `(("fcitx5" ,fcitx5)



reply via email to

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