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 <arunisaac@systemreboot.net>
This commit is contained in:
parent
4803ce1d6c
commit
1827e8db93
|
@ -6652,22 +6652,23 @@ containing words from the rime project.")
|
||||||
(define-public emacs-pyim
|
(define-public emacs-pyim
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyim")
|
(name "emacs-pyim")
|
||||||
(version "1.6.4")
|
(version "1.8")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/tumashu/pyim/archive/v"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/tumashu/pyim")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hfg8q9hcjifvnlghw2g94dfxfirms2psq2ghqb28fhkf0lks13r"))))
|
"16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-async" ,emacs-async)
|
`(("emacs-async" ,emacs-async)
|
||||||
("emacs-pyim-basedict" ,emacs-pyim-basedict)
|
("emacs-pyim-basedict" ,emacs-pyim-basedict)
|
||||||
("emacs-popup" ,emacs-popup)
|
("emacs-popup" ,emacs-popup)
|
||||||
("emacs-pos-tip" ,emacs-pos-tip)))
|
("emacs-posframe" ,emacs-posframe)))
|
||||||
(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 "Chinese input method which supports quanpin, shuangpin, wubi
|
||||||
|
|
Loading…
Reference in New Issue