mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: emacs-pyim: Update to 5.3.3.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.3. [propagated-inputs]: Remove EMACS-POPUP.
This commit is contained in:
parent
2576dd1778
commit
026e28712b
1 changed files with 3 additions and 3 deletions
|
@ -18491,16 +18491,16 @@ (define-public emacs-pyim-basedict
|
|||
(define-public emacs-pyim
|
||||
(package
|
||||
(name "emacs-pyim")
|
||||
(version "5.3.2")
|
||||
(version "5.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "13irkmhlfq99glyy0vhj559si5672cqcysjxlxn7lvckxr298vzc"))))
|
||||
(base32 "04dz3gdqq6pcxycpzkzzmhbg6lk629v41y64jlh6si21jwfr6wnx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup emacs-posframe emacs-xr))
|
||||
(list emacs-async emacs-posframe emacs-xr))
|
||||
(home-page "https://github.com/tumashu/pyim")
|
||||
(synopsis "Chinese input method")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue