guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: librime: Update to 1.4.0.


From: guix-commits
Subject: 05/10: gnu: librime: Update to 1.4.0.
Date: Fri, 15 Feb 2019 19:01:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6072d51193b33ed109bb4eb3cdbd997b69a2b1a2
Author: Meiyo Peng <address@hidden>
Date:   Sat Feb 2 13:16:43 2019 +0800

    gnu: librime: Update to 1.4.0.
    
    * gnu/packages/ibus.scm (librime): Update to 1.4.0.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/ibus.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 60ba8a2..05809f8 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
 ;;; Copyright © 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
-;;; Copyright © 2018 Meiyo Peng <address@hidden>
+;;; Copyright © 2018, 2019 Meiyo Peng <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -298,7 +298,7 @@ Japanese language input in most graphical applications.")
 (define-public librime
   (package
     (name "librime")
-    (version "1.3.2")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -308,7 +308,7 @@ Japanese language input in most graphical applications.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "06q10cv7a3i6d8l3sq79nasw3p1njvmjgh4jq2hqw9abcx351m1r"))
+         "1zkx1wfbd94v55gfycyd2b94jxclfyk2zl7yw35pyjx63qdlb6sd"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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