guix-commits
[Top][All Lists]
Advanced

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

12/12: gnu: libime: Update to 1.1.5.


From: guix-commits
Subject: 12/12: gnu: libime: Update to 1.1.5.
Date: Thu, 18 Jan 2024 06:42:21 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 48b5e885182738fe28bed2d1b45e91be95dce67c
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Thu Jan 18 19:26:45 2024 +0800

    gnu: libime: Update to 1.1.5.
    
    * gnu/packages/fcitx5.scm (libime): Update to 1.1.5.
    
    Change-Id: I5dc2b083df7b3b3f4ed93bcbf2e86190d647a497
---
 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 2fc4774aa9..435ccde45f 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -166,14 +166,14 @@ client.")
 (define-public libime
   (package
     (name "libime")
-    (version "1.1.4")
+    (version "1.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://download.fcitx-im.org/fcitx5/libime/libime-";
                            version "_dict.tar.xz"))
        (sha256
-        (base32 "15z59vqipi95263bfh98iwmz44g3l6hc2fdx10np6xr313csazdk"))))
+        (base32 "1bjm9axwwgjjf8pqlm8p4b11ky58d5x6sqfwzkpczs0wdvbd3xkd"))))
     (build-system cmake-build-system)
     (inputs
      (list fcitx5 boost (list zstd "lib")))



reply via email to

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