guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: emacs-google-translate: Update to 0.11.16.


From: guix-commits
Subject: 05/06: gnu: emacs-google-translate: Update to 0.11.16.
Date: Sun, 2 Dec 2018 17:40:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6837deb749cc5a27141bdb3ae778d7500d448e03
Author: Mathieu Lirzin <address@hidden>
Date:   Sun Dec 2 20:11:42 2018 +0100

    gnu: emacs-google-translate: Update to 0.11.16.
    
    * gnu/packages/emacs.scm (emacs-google-translate): Update to 0.11.16.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9508636..3675c62 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -11557,7 +11557,7 @@ the GIF result.")
 (define-public emacs-google-translate
   (package
     (name "emacs-google-translate")
-    (version "0.11.15")
+    (version "0.11.16")
     (source
      (origin
        (method url-fetch)
@@ -11566,7 +11566,7 @@ the GIF result.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1zxvfagbaf5mxi528mz33c8vxdk86wj0xx5y2jfy97wi8dzrwn3g"))))
+         "01n9spj1d0gjfj39x526rl3m9c28wnx9afipmf5s8y77cx3mfwhl"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/atykhonov/google-translate";)
     (synopsis "Emacs interface to Google Translate")



reply via email to

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