gnu: emacs-multitran: Update to 0.4.11.
* gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.11. [description]: Add @url markup. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
21706e1e0a
commit
e8b7993417
1 changed files with 8 additions and 8 deletions
|
@ -28755,7 +28755,7 @@ shorter than usual, using mostly unprefixed keys.")
|
||||||
(define-public emacs-multitran
|
(define-public emacs-multitran
|
||||||
(package
|
(package
|
||||||
(name "emacs-multitran")
|
(name "emacs-multitran")
|
||||||
(version "0.4.10")
|
(version "0.4.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28764,13 +28764,13 @@ shorter than usual, using mostly unprefixed keys.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08b9a0pb38swgvg2v97pm4g2zda0xagdgq42znwhkmhzjiskh2g1"))))
|
(base32 "0iqkgs3rrkhbj2mind4aa4qv7bf7vflnkdysd39b50jbwd7rv4fx"))))
|
||||||
(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")
|
||||||
(description "@code{emacs-multitran} is a zero-dependency Emacs interface
|
(description "@code{emacs-multitran} is a zero-dependency Emacs interface
|
||||||
to the https://multitran.com online dictionary.")
|
to the @url{https://multitran.com} online dictionary.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-kibit-helper
|
(define-public emacs-kibit-helper
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue