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.
This commit is contained in:
parent
8f25001253
commit
ac2ff1ba69
1 changed files with 7 additions and 9 deletions
|
@ -12299,16 +12299,13 @@ containing words from the Rime project.")
|
||||||
(define-public emacs-pyim
|
(define-public emacs-pyim
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyim")
|
(name "emacs-pyim")
|
||||||
(version "2.0")
|
(version "3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||||
(url "https://github.com/tumashu/pyim")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06ahzyi2h353xj17mzsm9fxmkc6cyzd1mjzmvqfw8cyv538nijc0"))))
|
(base32 "1rr9mq334dqf7mx1ii7910zkigw7chl63iws4sw0qsn014kjlb0a"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-async" ,emacs-async)
|
`(("emacs-async" ,emacs-async)
|
||||||
|
@ -12318,8 +12315,9 @@ containing words from the Rime project.")
|
||||||
("emacs-xr" ,emacs-xr)))
|
("emacs-xr" ,emacs-xr)))
|
||||||
(home-page "https://github.com/tumashu/pyim")
|
(home-page "https://github.com/tumashu/pyim")
|
||||||
(synopsis "Chinese input method")
|
(synopsis "Chinese input method")
|
||||||
(description "Chinese input method which supports quanpin, shuangpin, wubi
|
(description
|
||||||
and cangjie.")
|
"This package provides a Chinese input method which supports quanpin,
|
||||||
|
shuangpin, wubi and cangjie.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-posframe
|
(define-public emacs-posframe
|
||||||
|
|
Reference in a new issue