gnu: emacs-pyim: Update to 5.3.0.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.0.
This commit is contained in:
Nicolas Goaziou 2023-02-01 22:09:28 +01:00
parent 04d0a47afe
commit 0dd0207476
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16836,13 +16836,13 @@ (define-public emacs-pyim-basedict
(define-public emacs-pyim
(package
(name "emacs-pyim")
(version "5.2.9")
(version "5.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
(sha256
(base32 "0blsz344jq1zx4qs73zinb8fhh2a35k5nx12i2wn76902qx2qc6j"))))
(base32 "0q0h705k1yymp1pqyycmq1zqvzawzkl4q2ckvflbncgrqh306xmh"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup emacs-posframe emacs-xr))