mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pyim: Update to 5.2.5.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.5.
This commit is contained in:
parent
052c1b0643
commit
6e4f9e2929
1 changed files with 2 additions and 2 deletions
|
@ -15674,13 +15674,13 @@ containing words from the Rime project.")
|
||||||
(define-public emacs-pyim
|
(define-public emacs-pyim
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyim")
|
(name "emacs-pyim")
|
||||||
(version "5.2.4")
|
(version "5.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1dzl4xaf31nyjb5hnwwf29i75x0i8dakpmmagbn4ks5hi3jl2ig0"))))
|
(base32 "00f23pl53rdy9iwp4gj2656wik7c6vnmhsglg7z4pz3ippz3f4hq"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-async emacs-popup emacs-posframe emacs-xr))
|
(list emacs-async emacs-popup emacs-posframe emacs-xr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue