guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: libime: Update to 1.0.4.


From: guix-commits
Subject: 07/11: gnu: libime: Update to 1.0.4.
Date: Tue, 9 Mar 2021 09:25:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4685a468f85b064fff6ba0a037812eaa86935310
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 9 15:06:45 2021 +0100

    gnu: libime: Update to 1.0.4.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.0.4.
---
 gnu/packages/fcitx5.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm
index 79d5799..4c79f4d 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -171,14 +172,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "1gi9ylqha9x3dhjsa2i7x9wh2g9vgqkkfr6s1facs2ky65vgvdrv"))))
+        (base32 "0bwl12cy7crpf62f669qn99rv4df1sjlggvcn80z64yabs36nhjr"))))
     (build-system cmake-build-system)
     (inputs
      `(("fcitx5" ,fcitx5)



reply via email to

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