mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
152f9d15e4
commit
bad9560b16
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue