Archived
1
0
Fork 0

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:
Mathieu Lirzin 2018-10-07 17:53:04 +02:00 committed by Ludovic Courtès
parent 46e78707a3
commit f8e0d27c5c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 (git-version "0.11.14" "1" commit)) (version "0.11.15")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://github.com/atykhonov/google-translate/"
(url "https://github.com/atykhonov/google-translate") "archive/v" version ".tar.gz"))
(commit commit))) (file-name (string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"1qs4hcg1i2m487z50nnwgs0sa2xj4lpgizbrvi2yda0mf3m75fgc")))) "1zxvfagbaf5mxi528mz33c8vxdk86wj0xx5y2jfy97wi8dzrwn3g"))))
(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")
(description (description
"This packages provides an Emacs interface to the Google Translate "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"))