gnu: emacs-company-quickhelp: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-company-quickhelp): Update to 2.3.0.
This commit is contained in:
parent
39e9393b36
commit
d6d8f34c40
@ -6419,31 +6419,27 @@ for the current function or variable in the minibuffer.")
|
|||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-company-quickhelp
|
(define-public emacs-company-quickhelp
|
||||||
;; XXX: release version 2.3.0 is on an unmaintained branch for some reason,
|
(package
|
||||||
;; so we use the latest 2.2.0 commit instead
|
(name "emacs-company-quickhelp")
|
||||||
(let ((commit "479676cade80a9f03802ca3d956591820ed5c537")
|
(version "2.3.0")
|
||||||
(revision "1"))
|
(source
|
||||||
(package
|
(origin
|
||||||
(name "emacs-company-quickhelp")
|
(method git-fetch)
|
||||||
(version (git-version "2.2.0" revision commit))
|
(uri (git-reference
|
||||||
(source
|
(url "https://github.com/expez/company-quickhelp")
|
||||||
(origin
|
(commit version)))
|
||||||
(method git-fetch)
|
(file-name (git-file-name name version))
|
||||||
(uri (git-reference
|
(sha256
|
||||||
(url "https://github.com/expez/company-quickhelp")
|
(base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
|
||||||
(commit commit)))
|
(build-system emacs-build-system)
|
||||||
(file-name (git-file-name name version))
|
(propagated-inputs
|
||||||
(sha256
|
`(("emacs-pos-tip" ,emacs-pos-tip)
|
||||||
(base32 "0hbqpnaf4hnin3nmdzmfj3v22kk9a97b6zssqs96ns36d9h52xcp"))))
|
("emacs-company" ,emacs-company)))
|
||||||
(build-system emacs-build-system)
|
(home-page "https://github.com/expez/company-quickhelp")
|
||||||
(propagated-inputs
|
(synopsis "Popup documentation for completion candidates")
|
||||||
`(("emacs-pos-tip" ,emacs-pos-tip)
|
(description "@code{company-quickhelp} shows documentation for the
|
||||||
("emacs-company" ,emacs-company)))
|
|
||||||
(home-page "https://github.com/expez/company-quickhelp")
|
|
||||||
(synopsis "Popup documentation for completion candidates")
|
|
||||||
(description "@code{company-quickhelp} shows documentation for the
|
|
||||||
completion candidate when using the Company text completion framework.")
|
completion candidate when using the Company text completion framework.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-math-symbol-lists
|
(define-public emacs-math-symbol-lists
|
||||||
(package
|
(package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user