gnu: emacs-google-translate: Update to 0.11.15.
* gnu/packages/emacs.scm (emacs-google-translate): Update to 0.11.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
46e78707a3
commit
f8e0d27c5c
1 changed files with 18 additions and 20 deletions
|
@ -11344,27 +11344,25 @@ the GIF result.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-google-translate
|
(define-public emacs-google-translate
|
||||||
(let ((commit "d8b84a8359fcc697114d1298840e9a45b111c974"))
|
(package
|
||||||
(package
|
(name "emacs-google-translate")
|
||||||
(name "emacs-google-translate")
|
(version "0.11.15")
|
||||||
(version (git-version "0.11.14" "1" commit))
|
(source
|
||||||
(source
|
(origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method git-fetch)
|
(uri (string-append "https://github.com/atykhonov/google-translate/"
|
||||||
(uri (git-reference
|
"archive/v" version ".tar.gz"))
|
||||||
(url "https://github.com/atykhonov/google-translate")
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(base32
|
||||||
(sha256
|
"1zxvfagbaf5mxi528mz33c8vxdk86wj0xx5y2jfy97wi8dzrwn3g"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"1qs4hcg1i2m487z50nnwgs0sa2xj4lpgizbrvi2yda0mf3m75fgc"))))
|
(home-page "https://github.com/atykhonov/google-translate")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Emacs interface to Google Translate")
|
||||||
(home-page "https://github.com/atykhonov/google-translate")
|
(description
|
||||||
(synopsis "Emacs interface to Google Translate")
|
"This packages provides an Emacs interface to the Google Translate
|
||||||
(description
|
|
||||||
"This packages provides an Emacs interface to the Google Translate
|
|
||||||
on-line service.")
|
on-line service.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-helm-company
|
(define-public emacs-helm-company
|
||||||
(let ((commit "acc9c7901e094c1591327a0db1ec7a439f67a84d"))
|
(let ((commit "acc9c7901e094c1591327a0db1ec7a439f67a84d"))
|
||||||
|
|
Reference in a new issue