[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: libpinyin: Update to 2.0.0.
From: |
Ricardo Wurmus |
Subject: |
01/03: gnu: libpinyin: Update to 2.0.0. |
Date: |
Fri, 21 Apr 2017 18:14:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 31e619385a26709cf3cb9aa056526faa609d3e73
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 22 00:07:46 2017 +0200
gnu: libpinyin: Update to 2.0.0.
* gnu/packages/ibus.scm (libpinyin): Update to 2.0.0.
---
gnu/packages/ibus.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 6c55375..eebfb73 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
;;; Copyright © 2015 Andreas Enge <address@hidden>
;;; Copyright © 2016 Chris Marusich <address@hidden>
;;;
@@ -190,7 +190,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for
IBus.")
(define-public libpinyin
(package
(name "libpinyin")
- (version "1.2.0")
+ (version "2.0.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
- "04didxd39vlry6nqy7xqynwc68ndajnhw334wahfmp7zjbbscs7p"))))
+ "17fibx9psrxfiznm4yw8klgbnh3ksyisx0pm1n59kxkrq61v8y0b"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -218,10 +218,10 @@ ZhuYin (Bopomofo) input method based on libpinyin for
IBus.")
,(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libpinyin/"
- "models/model10.text.tar.gz"))
+ "models/model14.text.tar.gz"))
(sha256
(base32
- "0g489wqcfklxphhxpkh8i4qf9y8scmnmdbfrzdbrgf3rignbwyiw"))))))
+ "0qqk30nflj07zjhs231c95ln4yj4ipzwxxiwrxazrg4hb8bhypqq"))))))
(native-inputs
`(("pkg-config" ,pkg-config)
("autoconf" ,autoconf)