[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libpinyin: Update to 2.1.0.
From: |
Ricardo Wurmus |
Subject: |
01/03: gnu: libpinyin: Update to 2.1.0. |
Date: |
Sun, 24 Sep 2017 06:43:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b9e9ef44ff487ef9f49b248344687067205cb321
Author: Ricardo Wurmus <address@hidden>
Date: Sun Sep 24 12:35:47 2017 +0200
gnu: libpinyin: Update to 2.1.0.
* gnu/packages/ibus.scm (libpinyin): Update to 2.1.0.
---
gnu/packages/ibus.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 7bbf2d6..bd8d37a 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -190,7 +190,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for
IBus.")
(define-public libpinyin
(package
(name "libpinyin")
- (version "2.0.0")
+ (version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -199,7 +199,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for
IBus.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "17fibx9psrxfiznm4yw8klgbnh3ksyisx0pm1n59kxkrq61v8y0b"))))
+ "1iijpin65cmgawfx7sfdw1anmabljva0af1f9gx8ad6b4slhvknn"))))
(build-system gnu-build-system)
(arguments
`(#:phases