1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

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>
This commit is contained in:
Vasile Dumitrascu
2017-04-13 13:50:15 +02:00
committed by Arun Isaac
parent ca8f3f9a51
commit 1262a2abca
+2 -2
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")