mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: emacs-pyim: Update to 3.7.4.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.4.
This commit is contained in:
parent
0623de06fb
commit
eecdce3a37
1 changed files with 2 additions and 2 deletions
|
@ -12779,13 +12779,13 @@ (define-public emacs-pyim-basedict
|
|||
(define-public emacs-pyim
|
||||
(package
|
||||
(name "emacs-pyim")
|
||||
(version "3.7.3")
|
||||
(version "3.7.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0h6cp48hjdfnwbi799hrar5hlcag2339ygdq8qfds2iawrzk6y74"))))
|
||||
(base32 "1vlwwm4ywxnk4vbif59fh04y0jw6l7nzmknm5wiyir8yr8wbbknc"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-async" ,emacs-async)
|
||||
|
|
Loading…
Reference in a new issue