guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-multitran: Update to 0.4.16.


From: guix-commits
Subject: 04/05: gnu: emacs-multitran: Update to 0.4.16.
Date: Sat, 3 Sep 2022 04:13:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f66cb7372f869e60d27665521f39a06f9170de88
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 3 10:05:40 2022 +0200

    gnu: emacs-multitran: Update to 0.4.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.16.
---
 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 ddd6136cdb..7f6cfb4e41 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31751,7 +31751,7 @@ dict.org) from within Emacs.")
 (define-public emacs-multitran
   (package
     (name "emacs-multitran")
-    (version "0.4.14")
+    (version "0.4.16")
     (source
      (origin
        (method git-fetch)
@@ -31760,7 +31760,7 @@ dict.org) from within Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13lmhp2vm953s4phqdd119kp7s3p0kb3kqz4z6g3ga6m6py3gq3i"))))
+        (base32 "0zjl7zyydx2pan2ashbwbp70nlmw17hq5w03sfk12wi7j1nihwbz"))))
     (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]