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 @@ (define-public emacs-compat
(define-public emacs-company
(package
(name "emacs-company")
(version "0.10.2")
(version "1.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"company-" version ".tar"))
(sha256
(base32 "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"))))
(base32 "00vmqra0fav0w4q13ngwpyqpxqah0ahfg7kp5l2nd0h2l8sp79qr"))))
(build-system emacs-build-system)
(arguments
(list