guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-multitran: Update to 0.4.14.


From: guix-commits
Subject: branch master updated: gnu: emacs-multitran: Update to 0.4.14.
Date: Sun, 23 Jan 2022 13:31:34 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 66f2810c60 gnu: emacs-multitran: Update to 0.4.14.
66f2810c60 is described below

commit 66f2810c60553cf319bf9800149230802057ef7e
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Sun Jan 23 21:05:41 2022 +0300

    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>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 01a9ad9569..0f2c9fe485 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29778,7 +29778,7 @@ dict.org) from within Emacs.")
 (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 @@ dict.org) from within Emacs.")
              (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]