gnu: emacs-company-posframe: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.5.0.
This commit is contained in:
Nicolas Goaziou 2021-02-08 08:21:49 +01:00
parent 0580fd1bae
commit d30ea0cf24
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5280,33 +5280,30 @@ This package is not compatible with a TTY.")
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-company-posframe (define-public emacs-company-posframe
(let ((version "0.1.0") (package
(revision "2") (name "emacs-company-posframe")
(commit "4bfb8bccef4b64479f4147de6bf6fbd05df2a67e")) (version "0.5.0")
(package (source (origin
(name "emacs-company-posframe") (method git-fetch)
(version (git-version version revision commit)) (uri (git-reference
(source (origin (url "https://github.com/tumashu/company-posframe")
(method git-fetch) (commit (string-append "v" version))))
(uri (git-reference (file-name (git-file-name name version))
(url "https://github.com/tumashu/company-posframe") (sha256
(commit commit))) (base32
(file-name (git-file-name name version)) "05ays6xkqbxcfplvx7wfc2slflmwc3aw7vkixvabk0ilvisndvgm"))))
(sha256 (build-system emacs-build-system)
(base32 (propagated-inputs
"0k19gkh8xbap4j1jjqw6lnkp1v2q76fz3ryrns7kvbzmca3y5599")))) `(("emacs-company" ,emacs-company)
(build-system emacs-build-system) ("emacs-posframe" ,emacs-posframe)))
(propagated-inputs (home-page "https://github.com/tumashu/company-posframe")
`(("emacs-company" ,emacs-company) (synopsis "Use a posframe for @code{emacs-company}'s candidate menu")
("emacs-posframe" ,emacs-posframe))) (description
(home-page "https://github.com/tumashu/company-posframe") "Allows @code{emacs-company} to use child frames for its candidate menus.
(synopsis "Use a posframe for @code{emacs-company}'s candidate menu")
(description
"Allows @code{emacs-company} to use child frames for its candidate menus.
@code{emacs-company-posframe} is fast enough for daily use and supports CJK @code{emacs-company-posframe} is fast enough for daily use and supports CJK
languages.") languages.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-irony-mode (define-public emacs-irony-mode
(package (package