gnu: emacs-company: Update to 1.0.2.

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

Change-Id: I09028352eb675ca01e45169c5fc15f41b3cca30f
This commit is contained in:
Nicolas Goaziou 2024-10-12 12:21:25 +02:00
parent 152f9d15e4
commit bad9560b16
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9873,14 +9873,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.10.2") (version "1.0.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 "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9")))) (base32 "00vmqra0fav0w4q13ngwpyqpxqah0ahfg7kp5l2nd0h2l8sp79qr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list