mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: emacs-pyim: Update to 5.3.4.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.3.4. Change-Id: I4fc0930fc642bfa5ac714bccc35c8ba2dd40dd29
This commit is contained in:
parent
2aabb99ce2
commit
ef726bf8b7
1 changed files with 2 additions and 2 deletions
|
@ -19454,13 +19454,13 @@ (define-public emacs-pyim-basedict
|
|||
(define-public emacs-pyim
|
||||
(package
|
||||
(name "emacs-pyim")
|
||||
(version "5.3.3")
|
||||
(version "5.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/pyim-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "04dz3gdqq6pcxycpzkzzmhbg6lk629v41y64jlh6si21jwfr6wnx"))))
|
||||
(base32 "0axi8vizr2pdswdnnkr409k926h9k7w3c18nbmb9j3pfc32inkjs"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-posframe emacs-xr))
|
||||
|
|
Loading…
Reference in a new issue