Archived
1
0
Fork 0

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

View file

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