diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-23 12:55:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-23 14:20:04 +0100 |
commit | 3d5cca1a32b6dd9c24f0805acaea406917989994 (patch) | |
tree | 4b6261ac835e89f2ba10e4b29b3486a90d275363 | |
parent | 688c066e351c3aa6480e6305caf95786118f790c (diff) | |
download | guix-3d5cca1a32b6dd9c24f0805acaea406917989994.tar.gz guix-3d5cca1a32b6dd9c24f0805acaea406917989994.zip |
gnu: libime: Update to 1.0.5.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.5.
-rw-r--r-- | gnu/packages/fcitx5.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fcitx5.scm b/gnu/packages/fcitx5.scm index 8d0da3ee8c..eea60dc1e0 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.4") + (version "1.0.5") (source (origin (method url-fetch) (uri (string-append "https://download.fcitx-im.org/fcitx5/libime/libime-" version "_dict.tar.xz")) (sha256 - (base32 "0bwl12cy7crpf62f669qn99rv4df1sjlggvcn80z64yabs36nhjr")))) + (base32 "1w3cxk11kbfmz7snivxq948zfav6dy2245j12ghlxcmdxjshrlhq")))) (build-system cmake-build-system) (inputs `(("fcitx5" ,fcitx5) |