mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-multitran: Update to 0.4.16.
* gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.16.
This commit is contained in:
parent
3ed0592b3a
commit
f66cb7372f
1 changed files with 2 additions and 2 deletions
|
@ -31751,7 +31751,7 @@ (define-public emacs-dictionary
|
|||
(define-public emacs-multitran
|
||||
(package
|
||||
(name "emacs-multitran")
|
||||
(version "0.4.14")
|
||||
(version "0.4.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -31760,7 +31760,7 @@ (define-public emacs-multitran
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13lmhp2vm953s4phqdd119kp7s3p0kb3kqz4z6g3ga6m6py3gq3i"))))
|
||||
(base32 "0zjl7zyydx2pan2ashbwbp70nlmw17hq5w03sfk12wi7j1nihwbz"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/zevlg/multitran.el")
|
||||
(synopsis "Emacs interface to the multitran.com online dictionary")
|
||||
|
|
Loading…
Reference in a new issue