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 3.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-pyim: Update to 3.2.
Date: Wed, 24 Feb 2021 07:53:52 -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 ac2ff1b  gnu: emacs-pyim: Update to 3.2.
ac2ff1b is described below

commit ac2ff1ba6978a6758268d526f087250c04efcd57
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 24 13:52:45 2021 +0100

    gnu: emacs-pyim: Update to 3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.2.
    [source]: Use GNU ELPA URI.
    [description]: Use full sentence.
---
 gnu/packages/emacs-xyz.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9ec9e1d..09036c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12299,16 +12299,13 @@ containing words from the Rime project.")
 (define-public emacs-pyim
   (package
     (name "emacs-pyim")
-    (version "2.0")
+    (version "3.2")
     (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))
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/pyim-"; version 
".tar"))
        (sha256
-        (base32 "06ahzyi2h353xj17mzsm9fxmkc6cyzd1mjzmvqfw8cyv538nijc0"))))
+        (base32 "1rr9mq334dqf7mx1ii7910zkigw7chl63iws4sw0qsn014kjlb0a"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)
@@ -12318,8 +12315,9 @@ containing words from the Rime project.")
        ("emacs-xr" ,emacs-xr)))
     (home-page "https://github.com/tumashu/pyim";)
     (synopsis "Chinese input method")
-    (description "Chinese input method which supports quanpin, shuangpin, wubi
-and cangjie.")
+    (description
+     "This package provides a Chinese input method which supports quanpin,
+shuangpin, wubi and cangjie.")
     (license license:gpl2+)))
 
 (define-public emacs-posframe



reply via email to

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