gnu: emacs-company-posframe: Update to 0.1.0-2.4bfb8bc.

* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.1.0-2.4bfb8bc.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-10-28 19:49:35 +01:00 committed by Nicolas Goaziou
parent 622e700bdd
commit 546462353e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4949,8 +4949,8 @@ (define-public emacs-company-box
(define-public emacs-company-posframe (define-public emacs-company-posframe
(let ((version "0.1.0") (let ((version "0.1.0")
(revision "1") (revision "2")
(commit "67d899502384fb9ab2870aba0af41523dea7b64f")) (commit "4bfb8bccef4b64479f4147de6bf6fbd05df2a67e"))
(package (package
(name "emacs-company-posframe") (name "emacs-company-posframe")
(version (git-version version revision commit)) (version (git-version version revision commit))
@ -4962,7 +4962,7 @@ (define-public emacs-company-posframe
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"051smlvz1siwglsd9k9l0m20mygrx4niflmyshha0064287aysxr")))) "0k19gkh8xbap4j1jjqw6lnkp1v2q76fz3ryrns7kvbzmca3y5599"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-company" ,emacs-company) `(("emacs-company" ,emacs-company)