3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ This package is not compatible with a TTY.")
(define-public emacs-company-posframe
(let ((version "0.1.0")
(revision "1")
(commit "67d899502384fb9ab2870aba0af41523dea7b64f"))
(revision "2")
(commit "4bfb8bccef4b64479f4147de6bf6fbd05df2a67e"))
(package
(name "emacs-company-posframe")
(version (git-version version revision commit))
@ -4962,7 +4962,7 @@ This package is not compatible with a TTY.")
(file-name (git-file-name name version))
(sha256
(base32
"051smlvz1siwglsd9k9l0m20mygrx4niflmyshha0064287aysxr"))))
"0k19gkh8xbap4j1jjqw6lnkp1v2q76fz3ryrns7kvbzmca3y5599"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-company" ,emacs-company)