guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: libpinyin: Update to 2.1.91.


From: Tobias Geerinckx-Rice
Subject: 06/06: gnu: libpinyin: Update to 2.1.91.
Date: Mon, 29 Jan 2018 16:29:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 50efd06614ec28e2d0e40bc936e48dec81aeac94
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 29 21:45:32 2018 +0100

    gnu: libpinyin: Update to 2.1.91.
    
    * gnu/packages/ibus.scm (libpinyin): Update to 2.1.91.
---
 gnu/packages/ibus.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 9147f77..2d138e8 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
 ;;; Copyright © 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]