summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Vityazev <avityazev@posteo.org>2021-07-01 22:27:24 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-07-02 09:54:22 +0200
commite8b7993417db9b3e99ada0e651268062193b387d (patch)
treed8d2d0a9445d798dd98fb687b0ef0b9d3074873a
parent21706e1e0a57a6edc90088b55d43cddbc030ce7b (diff)
downloadguix-patches-e8b7993417db9b3e99ada0e651268062193b387d.tar
guix-patches-e8b7993417db9b3e99ada0e651268062193b387d.tar.gz
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>
-rw-r--r--gnu/packages/emacs-xyz.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ac69f9fb4a..f122bc46da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28755,7 +28755,7 @@ shorter than usual, using mostly unprefixed keys.")
(define-public emacs-multitran
(package
(name "emacs-multitran")
- (version "0.4.10")
+ (version "0.4.11")
(source
(origin
(method git-fetch)
@@ -28764,13 +28764,13 @@ shorter than usual, using mostly unprefixed keys.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "08b9a0pb38swgvg2v97pm4g2zda0xagdgq42znwhkmhzjiskh2g1"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/zevlg/multitran.el")
- (synopsis "Emacs interface to the multitran.com online dictionary")
- (description "@code{emacs-multitran} is a zero-dependency Emacs interface
-to the https://multitran.com online dictionary.")
- (license license:gpl3+)))
+ (base32 "0iqkgs3rrkhbj2mind4aa4qv7bf7vflnkdysd39b50jbwd7rv4fx"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/zevlg/multitran.el")
+ (synopsis "Emacs interface to the multitran.com online dictionary")
+ (description "@code{emacs-multitran} is a zero-dependency Emacs interface
+to the @url{https://multitran.com} online dictionary.")
+ (license license:gpl3+)))
(define-public emacs-kibit-helper
(package