aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-29 21:45:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-29 23:27:53 +0100
commit50efd06614ec28e2d0e40bc936e48dec81aeac94 (patch)
treeda136975b2e15f549830c8f1c4024b5d7b17bbc3
parent1f7a84dcc6e9399b21ad363e71c5deeb8b4277f5 (diff)
downloadguix-50efd06614ec28e2d0e40bc936e48dec81aeac94.tar
guix-50efd06614ec28e2d0e40bc936e48dec81aeac94.tar.gz
gnu: libpinyin: Update to 2.1.91.
* gnu/packages/ibus.scm (libpinyin): Update to 2.1.91.
-rw-r--r--gnu/packages/ibus.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 9147f77d3a..2d138e839f 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -193,7 +194,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
(define-public libpinyin
(package
(name "libpinyin")
- (version "2.1.0")
+ (version "2.1.91")
(source (origin
(method url-fetch)
(uri (string-append
@@ -202,7 +203,7 @@ ZhuYin (Bopomofo) input method based on libpinyin for IBus.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1iijpin65cmgawfx7sfdw1anmabljva0af1f9gx8ad6b4slhvknn"))))
+ "1yr4zyz3rwvmvj6bh8pc54hbp4rd2xk3g06y38z220fshx2l8pwf"))))
(build-system gnu-build-system)
(arguments
`(#:phases