gnu: emacs-pyim: Update to 5.2.7.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.7.
This commit is contained in:
Nicolas Goaziou 2022-10-31 12:10:33 +01:00
parent 2b2564c0d8
commit a618505eeb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15897,13 +15897,13 @@ (define-public emacs-pyim-basedict
(define-public emacs-pyim
(package
(name "emacs-pyim")
(version "5.2.6")
(version "5.2.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
(sha256
(base32 "17jx7hbndm7b7b22z59g4h3nkwhydc0kq9447nhafr8hz2xrdlp6"))))
(base32 "172nccb04sgyhqi6dxfzlvjhwqzrq907csi2bsparlmm505n5363"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup emacs-posframe emacs-xr))