mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: emacs-pyim: Update to 5.2.8.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.8.
This commit is contained in:
parent
c7e9855b32
commit
8e8557387d
1 changed files with 2 additions and 2 deletions
|
@ -15919,13 +15919,13 @@ (define-public emacs-pyim-basedict
|
||||||
(define-public emacs-pyim
|
(define-public emacs-pyim
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyim")
|
(name "emacs-pyim")
|
||||||
(version "5.2.7")
|
(version "5.2.8")
|
||||||
(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 "172nccb04sgyhqi6dxfzlvjhwqzrq907csi2bsparlmm505n5363"))))
|
(base32 "1klarzr5lfga09ysq3c7gkgmzl6r08gpl4519x5damxd82x4r3y2"))))
|
||||||
(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…
Reference in a new issue