gnu: emacs-company: Update to 0.10.2.

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

Change-Id: Ia92884da4664d051eeb23c7f245aac8ab5020cfe
This commit is contained in:
Nicolas Goaziou 2023-11-08 11:56:52 +01:00
parent c1f7e3e7b5
commit 024c099672
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9047,14 +9047,14 @@ commands and user options are usually not implemented here.")
(define-public emacs-company
(package
(name "emacs-company")
(version "0.9.13")
(version "0.10.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"company-" version ".tar"))
(sha256
(base32 "1c9x9wlzzsn7vrsm57l2l44nqx455saa6wrm853szzg09qn8dlnw"))))
(base32 "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"))))
(build-system emacs-build-system)
(home-page "https://company-mode.github.io/")
(synopsis "Modular text completion framework")