guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-pyim: Update to 1.8.


From: guix-commits
Subject: 03/04: gnu: emacs-pyim: Update to 1.8.
Date: Sat, 15 Dec 2018 01:27:31 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 1827e8db9342ca43af355eaa87acddbc807d72cf
Author: Feng Shu <address@hidden>
Date:   Fri Dec 14 19:57:17 2018 +0800

    gnu: emacs-pyim: Update to 1.8.
    
    * gnu/packages/emacs.scm (emacs-pyim): Update to 1.8.
    [source]: Use git-fetch.
    [propagated-inputs]: Remove emacs-pos-tip. Add emacs-posframe.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/emacs.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 2f3236e..98b1c6d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6652,22 +6652,23 @@ containing words from the rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "1.6.4")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/tumashu/pyim/archive/v";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0hfg8q9hcjifvnlghw2g94dfxfirms2psq2ghqb28fhkf0lks13r"))))
+    (version "1.8")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tumashu/pyim";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)
        ("emacs-pyim-basedict" ,emacs-pyim-basedict)
        ("emacs-popup" ,emacs-popup)
-       ("emacs-pos-tip" ,emacs-pos-tip)))
+       ("emacs-posframe" ,emacs-posframe)))
     (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]