diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-12-02 20:11:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-02 23:34:36 +0100 |
commit | 6837deb749cc5a27141bdb3ae778d7500d448e03 (patch) | |
tree | 4092a9d66a48ca308b654a8092e17bc19d31ef71 /gnu/packages/emacs.scm | |
parent | 3855506f8470f6d105fd70759b5c1a6dc53ede68 (diff) | |
download | patches-6837deb749cc5a27141bdb3ae778d7500d448e03.tar patches-6837deb749cc5a27141bdb3ae778d7500d448e03.tar.gz |
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 <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/emacs.scm')
-rw-r--r-- | gnu/packages/emacs.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 9508636ec5..3675c627b0 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") |