gnu: emacs-company: Update to 0.9.3.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
master
Vasile Dumitrascu 2017-04-13 13:50:15 +02:00 committed by Arun Isaac
parent ca8f3f9a51
commit 1262a2abca
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -2077,7 +2077,7 @@ build jobs.")
(define-public emacs-company
(package
(name "emacs-company")
(version "0.8.12")
(version "0.9.3")
(source
(origin
(method url-fetch)
@ -2086,7 +2086,7 @@ build jobs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vwmbqm7h4lrszv2qxy6fqzznm9raigi84cadx982c9m7shp0zzz"))))
"1fyrpchpdmvszssy1qmsw41aqpv6q5rybvs1bw00nv9xdhiaq4vh"))))
(build-system emacs-build-system)
(home-page "http://company-mode.github.io/")
(synopsis "Modular text completion framework")