mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: emacs-pyim: Update to 4.0.3.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 4.0.3.
This commit is contained in:
parent
ffa4be5208
commit
80ca412d77
1 changed files with 2 additions and 2 deletions
|
@ -13815,13 +13815,13 @@ (define-public emacs-pyim-basedict
|
|||
(define-public emacs-pyim
|
||||
(package
|
||||
(name "emacs-pyim")
|
||||
(version "3.9.7")
|
||||
(version "4.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1d8x4lkvnrbs70z5201sh2kxh0h8r000bw0ndxkl5xx8jwz2kmya"))))
|
||||
(base32 "110d9d8xglnyv0cn0slwk3msgqq8rs01xq2qmx5ya7i2v77gd5ql"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-pyim-basedict emacs-popup emacs-posframe
|
||||
|
|
Loading…
Reference in a new issue