guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-pyim: Update to 2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-pyim: Update to 2.0.
Date: Tue, 09 Feb 2021 02:55:48 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new edbcf7e  gnu: emacs-pyim: Update to 2.0.
edbcf7e is described below

commit edbcf7ee9a318d34e8a50626f58e1c5089299d44
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 9 08:55:15 2021 +0100

    gnu: emacs-pyim: Update to 2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 2.0.
    [propagated-inputs]: Add emacs-xr.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 49bc559..0b98542 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12234,7 +12234,7 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "1.8")
+    (version "2.0")
     (source
      (origin
        (method git-fetch)
@@ -12243,14 +12243,14 @@ containing words from the Rime project.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
+        (base32 "06ahzyi2h353xj17mzsm9fxmkc6cyzd1mjzmvqfw8cyv538nijc0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)
        ("emacs-pyim-basedict" ,emacs-pyim-basedict)
        ("emacs-popup" ,emacs-popup)
-       ("emacs-posframe" ,emacs-posframe)))
+       ("emacs-posframe" ,emacs-posframe)
+       ("emacs-xr" ,emacs-xr)))
     (home-page "https://github.com/tumashu/pyim";)
     (synopsis "Chinese input method")
     (description "Chinese input method which supports quanpin, shuangpin, wubi



reply via email to

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