mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pyim-basedict: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.4. [propagated-inputs]: Add EMACS-PYIM.
This commit is contained in:
parent
e9dc7c8b24
commit
ae92a7ea45
1 changed files with 6 additions and 4 deletions
|
@ -14857,11 +14857,11 @@ function to be used by other frontend programs.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-pyim-basedict
|
(define-public emacs-pyim-basedict
|
||||||
;; XXX: The commit below points to the un-tagged 0.5.0 release.
|
;; XXX: The commit below points to the lastest (un-tagged) release.
|
||||||
(let ((commit "7495c974ada99f9fed96d8e85d8b97dabce9532c"))
|
(let ((commit "d61af27686f7a39e6c138b7261a686e7ea7a0ef7"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-pyim-basedict")
|
(name "emacs-pyim-basedict")
|
||||||
(version "0.5.0")
|
(version "0.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -14870,8 +14870,10 @@ function to be used by other frontend programs.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02asrh0adgjc5nn1ps7dq5zr38hkscnzc04sdpyjzvnmfcqsw7qb"))))
|
(base32 "0fzyh8qmicq2vy9j1ca708ir67dpxp1cwjaw0sw469p24cvj12yy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-pyim))
|
||||||
(home-page "https://github.com/tumashu/pyim-basedict")
|
(home-page "https://github.com/tumashu/pyim-basedict")
|
||||||
(synopsis "Input method dictionary of pyim")
|
(synopsis "Input method dictionary of pyim")
|
||||||
(description "Pyim-basedict is the default pinyin input method dictionary,
|
(description "Pyim-basedict is the default pinyin input method dictionary,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue