me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pyim-basedict: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.0.
master
Nicolas Goaziou 2021-05-07 17:57:33 +02:00
parent e4cc6e0bb1
commit ccaf29afd0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 17 deletions

View File

@ -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
;; XXX: The commit below points to the un-tagged 0.5.0 release.
(let ((commit "7495c974ada99f9fed96d8e85d8b97dabce9532c"))
(package (package
(name "emacs-pyim-basedict") (name "emacs-pyim-basedict")
(version "0.3.1") (version "0.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/tumashu/pyim-basedict") (url "https://github.com/tumashu/pyim-basedict")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d")))) (base32 "02asrh0adgjc5nn1ps7dq5zr38hkscnzc04sdpyjzvnmfcqsw7qb"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(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,
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