mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-helm-company: Update to 0.2.7.
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.7. Change-Id: I8501312580308c9ed016c5b7ebf2fe9f7964823d
This commit is contained in:
parent
81ade34415
commit
23332c83a2
1 changed files with 2 additions and 2 deletions
|
@ -26566,7 +26566,7 @@ (define-public emacs-lingva
|
|||
(define-public emacs-helm-company
|
||||
(package
|
||||
(name "emacs-helm-company")
|
||||
(version "0.2.5")
|
||||
(version "0.2.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26576,7 +26576,7 @@ (define-public emacs-helm-company
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
|
||||
"0zg878i48kmgw9lj772c3kx5v13k9k2afz98j65jx2bjbcm9f338"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-helm emacs-company))
|
||||
|
|
Loading…
Reference in a new issue