mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38: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
|
(define-public emacs-multitran
|
||||||
(package
|
(package
|
||||||
(name "emacs-multitran")
|
(name "emacs-multitran")
|
||||||
(version "0.4.14")
|
(version "0.4.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -31760,7 +31760,7 @@ (define-public emacs-multitran
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13lmhp2vm953s4phqdd119kp7s3p0kb3kqz4z6g3ga6m6py3gq3i"))))
|
(base32 "0zjl7zyydx2pan2ashbwbp70nlmw17hq5w03sfk12wi7j1nihwbz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/zevlg/multitran.el")
|
(home-page "https://github.com/zevlg/multitran.el")
|
||||||
(synopsis "Emacs interface to the multitran.com online dictionary")
|
(synopsis "Emacs interface to the multitran.com online dictionary")
|
||||||
|
|
Loading…
Reference in a new issue