gnu: emacs-pyim: Update to 3.9.4.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.4.
This commit is contained in:
Nicolas Goaziou 2021-08-04 12:18:11 +02:00
parent 8a9ded775e
commit d84b2cce5d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13567,13 +13567,13 @@ (define-public emacs-pyim-basedict
(define-public emacs-pyim
(package
(name "emacs-pyim")
(version "3.9.3")
(version "3.9.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
(sha256
(base32 "0rjaimvbh0fadbqiq4ggyxr0y4pfzld76wb64v7l5874qczn8dfr"))))
(base32 "0ggnl2jidcklyhqd5av5kk1f855gsq29wq2nhvp1yjzn35hz6xij"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)