me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-company: Update to 0.2.5.

* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brian Leung 2019-09-09 06:37:16 +02:00 committed by Ludovic Courtès
parent c3c0eda646
commit eb7ce870e0
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 22 additions and 23 deletions

View File

@ -14260,30 +14260,29 @@ on-line service.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-helm-company (define-public emacs-helm-company
(let ((commit "d3fc093a0e833b4dee6561c00d6df3d62aa50f3f")) (package
(package (name "emacs-helm-company")
(name "emacs-helm-company") (version "0.2.5")
(version (git-version "0.2.3" "1" commit)) (source
(source (origin
(origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/Sodel-the-Vociferous/helm-company")
(url "https://github.com/Sodel-the-Vociferous/helm-company") (commit (string-append "v" version))))
(commit commit))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32
(base32 "1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
"1ciirsanhajdqm5iwl8k9ywf4jha1wdv4sc4d9kslyrfr9zn4q6k")))) (build-system emacs-build-system)
(build-system emacs-build-system) (propagated-inputs
(propagated-inputs `(("emacs-helm" ,emacs-helm)
`(("emacs-helm" ,emacs-helm) ("emacs-company" ,emacs-company)))
("emacs-company" ,emacs-company))) (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
(home-page "https://github.com/Sodel-the-Vociferous/helm-company") (synopsis "Helm interface for company-mode")
(synopsis "Helm interface for company-mode") (description
(description "This is a Helm interface to company-mode, a text completion
"This is a Helm interface to company-mode, a text completion
framework.") framework.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-helm-descbinds (define-public emacs-helm-descbinds
(let ((commit "033be73f21778633813264ce1634a6e1ad873d8e")) (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))