gnu: librime: Update to 1.3.2.

* gnu/packages/ibus.scm (librime): Update to 1.3.2.
This commit is contained in:
Efraim Flashner 2018-12-23 20:11:18 +02:00
parent 5a3f32ca75
commit 66b266e6df
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2,7 +2,7 @@
;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Meiyo Peng <meiyo.peng@gmail.com>
;;;
@ -292,7 +292,7 @@ (define-public ibus-anthy
(define-public librime
(package
(name "librime")
(version "1.3.1")
(version "1.3.2")
(source
(origin
(method git-fetch)
@ -301,7 +301,7 @@ (define-public librime
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1y0h3nnz97smx9z8h5fzk4c27mvrwv8kajxffqc43bhyvxvb2jd6"))))
(base32 "06q10cv7a3i6d8l3sq79nasw3p1njvmjgh4jq2hqw9abcx351m1r"))))
(build-system cmake-build-system)
(inputs
`(("boost" ,boost)