mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libpinyin: Update to 2.8.1.
* gnu/packages/ibus.scm (libpinyin): Update to 2.8.1.
This commit is contained in:
parent
6dd13506dc
commit
7469c53b17
1 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ (define-public ibus-libpinyin
|
|||
(define-public libpinyin
|
||||
(package
|
||||
(name "libpinyin")
|
||||
(version "2.6.0")
|
||||
(version "2.8.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/libpinyin/libpinyin/"
|
||||
|
@ -324,7 +324,7 @@ (define-public libpinyin
|
|||
"/libpinyin-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10h5mjgv4ibhispvr3s1k36a4aclx4dcvcc2knd4sg1xibw0dp4w"))))
|
||||
"0l4h1q2l5fql0fy9bmncyw0dpbfwn1yb5p3xnwvhgpbidpq58c9m"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list glib bdb))
|
||||
|
|
Loading…
Reference in a new issue