me
/
guix
Archived
1
0
Fork 0

gnu: libpinyin: Update to 2.8.1.

* gnu/packages/ibus.scm (libpinyin): Update to 2.8.1.
master
Ricardo Wurmus 2023-05-06 14:38:38 +02:00
parent 6dd13506dc
commit 7469c53b17
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
(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 @@ ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
"/libpinyin-" version ".tar.gz"))
(sha256
(base32
"10h5mjgv4ibhispvr3s1k36a4aclx4dcvcc2knd4sg1xibw0dp4w"))))
"0l4h1q2l5fql0fy9bmncyw0dpbfwn1yb5p3xnwvhgpbidpq58c9m"))))
(build-system gnu-build-system)
(inputs
(list glib bdb))