me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-02-24 13:52:45 +01:00
parent 8f25001253
commit ac2ff1ba69
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 9 deletions

View File

@ -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