gnu: emacs-google-translate: Update to 0.11.18.
* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.11.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
12277003d3
commit
d7ab6c9067
|
@ -13250,7 +13250,7 @@ the GIF result.")
|
||||||
(define-public emacs-google-translate
|
(define-public emacs-google-translate
|
||||||
(package
|
(package
|
||||||
(name "emacs-google-translate")
|
(name "emacs-google-translate")
|
||||||
(version "0.11.17")
|
(version "0.11.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13260,7 +13260,7 @@ the GIF result.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05ljjw7kbnszygw3w085kv57swfiiqxri2b5xvsf5dw3pc3g7j3c"))))
|
"1kbiqisqyk31l94gxsirhnrdkj51ylgcb16fk2wf7zigmf13jqzp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/atykhonov/google-translate")
|
(home-page "https://github.com/atykhonov/google-translate")
|
||||||
(synopsis "Emacs interface to Google Translate")
|
(synopsis "Emacs interface to Google Translate")
|
||||||
|
|
Loading…
Reference in New Issue