mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-pyim: Update to 3.9.5.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.5.
This commit is contained in:
parent
e68a958110
commit
f1d47be767
1 changed files with 2 additions and 2 deletions
|
@ -13989,13 +13989,13 @@ (define-public emacs-pyim-basedict
|
||||||
(define-public emacs-pyim
|
(define-public emacs-pyim
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyim")
|
(name "emacs-pyim")
|
||||||
(version "3.9.4")
|
(version "3.9.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 "0ggnl2jidcklyhqd5av5kk1f855gsq29wq2nhvp1yjzn35hz6xij"))))
|
(base32 "1dj46yprbl3l6n83aj0hsnd0rwjcp4ypyg2nhwig39wxirwlf9an"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-async" ,emacs-async)
|
`(("emacs-async" ,emacs-async)
|
||||||
|
|
Loading…
Reference in a new issue