diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-12 12:09:32 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-12 12:09:32 +0200 |
commit | ae92a7ea455c5d6b905f3c965e4d1719fbc198d1 (patch) | |
tree | 981b216cfa44d2db74d7e2555b8956041e0bca85 /gnu/packages/emacs-xyz.scm | |
parent | e9dc7c8b24e2d44d9604c7c3d385bbedefec0f12 (diff) | |
download | guix-ae92a7ea455c5d6b905f3c965e4d1719fbc198d1.tar.gz guix-ae92a7ea455c5d6b905f3c965e4d1719fbc198d1.zip |
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.
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a0cbd5e906..1a8eca62dc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -14857,11 +14857,11 @@ function to be used by other frontend programs.") (license license:gpl2+))) (define-public emacs-pyim-basedict - ;; XXX: The commit below points to the un-tagged 0.5.0 release. - (let ((commit "7495c974ada99f9fed96d8e85d8b97dabce9532c")) + ;; XXX: The commit below points to the lastest (un-tagged) release. + (let ((commit "d61af27686f7a39e6c138b7261a686e7ea7a0ef7")) (package (name "emacs-pyim-basedict") - (version "0.5.0") + (version "0.5.4") (source (origin (method git-fetch) @@ -14870,8 +14870,10 @@ function to be used by other frontend programs.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "02asrh0adgjc5nn1ps7dq5zr38hkscnzc04sdpyjzvnmfcqsw7qb")))) + (base32 "0fzyh8qmicq2vy9j1ca708ir67dpxp1cwjaw0sw469p24cvj12yy")))) (build-system emacs-build-system) + (propagated-inputs + (list emacs-pyim)) (home-page "https://github.com/tumashu/pyim-basedict") (synopsis "Input method dictionary of pyim") (description "Pyim-basedict is the default pinyin input method dictionary, |