mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-multitran: Update to 0.4.14.
* gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.14. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
1c2090ddec
commit
66f2810c60
1 changed files with 2 additions and 2 deletions
|
@ -29778,7 +29778,7 @@ (define-public emacs-dictionary
|
|||
(define-public emacs-multitran
|
||||
(package
|
||||
(name "emacs-multitran")
|
||||
(version "0.4.11")
|
||||
(version "0.4.14")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -29787,7 +29787,7 @@ (define-public emacs-multitran
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0iqkgs3rrkhbj2mind4aa4qv7bf7vflnkdysd39b50jbwd7rv4fx"))))
|
||||
(base32 "13lmhp2vm953s4phqdd119kp7s3p0kb3kqz4z6g3ga6m6py3gq3i"))))
|
||||
(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