mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-pyim: Update to 5.2.9.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.9.
This commit is contained in:
parent
16d8b52435
commit
5e3b47319f
1 changed files with 2 additions and 2 deletions
|
@ -16603,13 +16603,13 @@ (define-public emacs-pyim-basedict
|
|||
(define-public emacs-pyim
|
||||
(package
|
||||
(name "emacs-pyim")
|
||||
(version "5.2.8")
|
||||
(version "5.2.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1klarzr5lfga09ysq3c7gkgmzl6r08gpl4519x5damxd82x4r3y2"))))
|
||||
(base32 "0blsz344jq1zx4qs73zinb8fhh2a35k5nx12i2wn76902qx2qc6j"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup emacs-posframe emacs-xr))
|
||||
|
|
Loading…
Reference in a new issue