[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: libime: Update to 1.0.10.
From: |
guix-commits |
Subject: |
05/08: gnu: libime: Update to 1.0.10. |
Date: |
Fri, 17 Dec 2021 13:08:56 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 71d56cfa9920339d89ee3216dabbd28df2b38d18
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 17 00:23:13 2021 +0100
gnu: libime: Update to 1.0.10.
* gnu/packages/fcitx5.scm (libime): Update to 1.0.10.
---
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 7f83d05..92fc0ea 100644
--- a/gnu/packages/fcitx5.scm
+++ b/gnu/packages/fcitx5.scm
@@ -163,14 +163,14 @@ client.")
(define-public libime
(package
(name "libime")
- (version "1.0.7")
+ (version "1.0.10")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.fcitx-im.org/fcitx5/libime/libime-"
version "_dict.tar.xz"))
(sha256
- (base32 "06smx1kqq3qh0xra8070cjfhw79hcm0vksrswk05wq6jyhvrk5sd"))))
+ (base32 "0dknxf5lf5a6kam39rp7y1h2p47bwb6pnlc8fsrhmiv7rw2pkq0f"))))
(build-system cmake-build-system)
(inputs
(list fcitx5 boost))
- branch master updated (d080368 -> 3399c29), guix-commits, 2021/12/17
- 01/08: gnu: grfcodec: Fix build with GCC 10., guix-commits, 2021/12/17
- 03/08: gnu: python-graph-tool: Build with Cairomm 1.14., guix-commits, 2021/12/17
- 02/08: gnu: Remove unneeded uses of custom GCC versions., guix-commits, 2021/12/17
- 04/08: gnu: python-graph-tool: Remove input labels., guix-commits, 2021/12/17
- 05/08: gnu: libime: Update to 1.0.10.,
guix-commits <=
- 07/08: gnu: python-django-rest-framework: Update to 3.13.1., guix-commits, 2021/12/17
- 06/08: gnu: python-django: Add 4.0., guix-commits, 2021/12/17
- 08/08: gnu: python-djangorestframework: Rename to python-django-rest-framework., guix-commits, 2021/12/17