mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05: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:
parent
622e700bdd
commit
546462353e
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue