gnu: emacs-pyim-basedict: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.0.master
parent
e4cc6e0bb1
commit
ccaf29afd0
|
@ -12740,24 +12740,26 @@ function to be used by other frontend programs.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-pyim-basedict
|
(define-public emacs-pyim-basedict
|
||||||
(package
|
;; XXX: The commit below points to the un-tagged 0.5.0 release.
|
||||||
(name "emacs-pyim-basedict")
|
(let ((commit "7495c974ada99f9fed96d8e85d8b97dabce9532c"))
|
||||||
(version "0.3.1")
|
(package
|
||||||
(source
|
(name "emacs-pyim-basedict")
|
||||||
(origin
|
(version "0.5.0")
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/tumashu/pyim-basedict")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/tumashu/pyim-basedict")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(home-page "https://github.com/tumashu/pyim-basedict")
|
(base32 "02asrh0adgjc5nn1ps7dq5zr38hkscnzc04sdpyjzvnmfcqsw7qb"))))
|
||||||
(synopsis "Input method dictionary of pyim")
|
(build-system emacs-build-system)
|
||||||
(description "Pyim-basedict is the default pinyin input method dictionary,
|
(home-page "https://github.com/tumashu/pyim-basedict")
|
||||||
|
(synopsis "Input method dictionary of pyim")
|
||||||
|
(description "Pyim-basedict is the default pinyin input method dictionary,
|
||||||
containing words from the Rime project.")
|
containing words from the Rime project.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public emacs-pyim
|
(define-public emacs-pyim
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue