gnu: emacs-company: Update to 0.9.7.

* gnu/packages/emacs.scm (emacs-company): Update to 0.9.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Brett Gilio 2018-11-24 13:43:54 -06:00 committed by Ludovic Courtès
parent 61d6451372
commit 71a78ba65b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2771,7 +2771,7 @@ (define-public emacs-butler
(define-public emacs-company
(package
(name "emacs-company")
(version "0.9.6")
(version "0.9.7")
(source
(origin
(method url-fetch)
@ -2780,7 +2780,7 @@ (define-public emacs-company
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0a7zvmfvxh9w67myvcj2511ayk0fvkm06cdg38y8khnsx63jrr4k"))))
"19flv38f2qhxda8lbk2ckywvibd72vbzmn4hchqz6d8acsknh4sb"))))
(build-system emacs-build-system)
(arguments
`(#:phases