all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Meiyo Peng <meiyo@disroot.org>
To: 34284@debbugs.gnu.org
Subject: [bug#34284] [PATCH 1/3] gnu: librime: Update to 1.4.0.
Date: Sat,  2 Feb 2019 13:16:43 +0800	[thread overview]
Message-ID: <20190202051645.32614-1-meiyo@disroot.org> (raw)
In-Reply-To: <20190202051324.32415-1-meiyo@disroot.org>

* gnu/packages/ibus.scm (librime): Update to 1.4.0.
---
 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 60ba8a272..05809f8f6 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
 ;;; 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>
+;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@disroot.org>
 ;;;
 ;;; 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
-- 
2.20.1

  reply	other threads:[~2019-02-02  5:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-02  5:13 [bug#34284] [PATCH 0/3] Update ibus-rime to 1.4.0 Meiyo Peng
2019-02-02  5:16 ` Meiyo Peng [this message]
2019-02-02  5:16   ` [bug#34284] [PATCH 2/3] gnu: rime-data: Update to 0.38.20190131 Meiyo Peng
2019-02-02  5:16   ` [bug#34284] [PATCH 3/3] gnu: ibus-rime: Update to 1.4.0 Meiyo Peng
2019-02-15 22:16 ` bug#34284: [PATCH 0/3] Update ibus-rime " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190202051645.32614-1-meiyo@disroot.org \
    --to=meiyo@disroot.org \
    --cc=34284@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.