gnu: emacs-company-quickhelp: Update to 2.2.0-1.479676c.
* gnu/packages/emacs-xyz.scm (emacs-company-quickhelp): Update to 2.2.0-1.479676c.
This commit is contained in:
parent
49175a9bab
commit
18cd5f69dd
|
@ -3552,18 +3552,22 @@ 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,
|
||||||
|
;; so we use the latest 2.2.0 commit instead
|
||||||
|
(let ((commit "479676cade80a9f03802ca3d956591820ed5c537")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-company-quickhelp")
|
(name "emacs-company-quickhelp")
|
||||||
(version "2.3.0")
|
(version (git-version "2.2.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/expez/company-quickhelp.git")
|
(url "https://github.com/expez/company-quickhelp.git")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
|
(base32 "0hbqpnaf4hnin3nmdzmfj3v22kk9a97b6zssqs96ns36d9h52xcp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-pos-tip" ,emacs-pos-tip)
|
`(("emacs-pos-tip" ,emacs-pos-tip)
|
||||||
|
@ -3572,7 +3576,7 @@ for the current function or variable in the minibuffer.")
|
||||||
(synopsis "Popup documentation for completion candidates")
|
(synopsis "Popup documentation for completion candidates")
|
||||||
(description "@code{company-quickhelp} shows documentation for the
|
(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
|
||||||
(let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb")
|
(let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb")
|
||||||
|
|
Loading…
Reference in New Issue