gnu: emacs-company: Update to 0.9.12.

* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.12.
This commit is contained in:
Nicolas Goaziou 2020-03-20 10:05:59 +01:00
parent e84490346d
commit 819c0df2ee
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3633,7 +3633,7 @@ (define-public emacs-butler
(define-public emacs-company
(package
(name "emacs-company")
(version "0.9.11")
(version "0.9.12")
(source
(origin
(method git-fetch)
@ -3642,7 +3642,7 @@ (define-public emacs-company
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0x7ag716jp4xb7kmcmr8pqlxx1v0f2gkjx5gx34wxxqfrndwyx8i"))))
(base32 "0c31amc6gyfkmb1ii6mm56c75za1yxkj2iyhrjc45nn2mrh7yj7a"))))
(build-system emacs-build-system)
(arguments
`(#:phases