me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pyim: Update to 5.3.2.

* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.2.
master
Nicolas Goaziou 2023-04-16 14:15:55 +02:00
parent d3ca759688
commit dd96432db7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17522,13 +17522,13 @@ containing words from the Rime project.")
(define-public emacs-pyim
(package
(name "emacs-pyim")
(version "5.3.1")
(version "5.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
(sha256
(base32 "0lkshw52xdrcbdrgmjb665bpyga61qlk29rrzrrj7s82n09bq9kv"))))
(base32 "13irkmhlfq99glyy0vhj559si5672cqcysjxlxn7lvckxr298vzc"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-async emacs-popup emacs-posframe emacs-xr))