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.
master
Brian Leung 2019-09-27 05:59:32 +02:00
parent 49175a9bab
commit 18cd5f69dd
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 24 additions and 20 deletions

View File

@ -3552,27 +3552,31 @@ 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
(package ;; XXX: release version 2.3.0 is on an unmaintained branch for some reason,
(name "emacs-company-quickhelp") ;; so we use the latest 2.2.0 commit instead
(version "2.3.0") (let ((commit "479676cade80a9f03802ca3d956591820ed5c537")
(source (revision "1"))
(origin (package
(method git-fetch) (name "emacs-company-quickhelp")
(uri (git-reference (version (git-version "2.2.0" revision commit))
(url "https://github.com/expez/company-quickhelp.git") (source
(commit version))) (origin
(file-name (git-file-name name version)) (method git-fetch)
(sha256 (uri (git-reference
(base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr")))) (url "https://github.com/expez/company-quickhelp.git")
(build-system emacs-build-system) (commit commit)))
(propagated-inputs (file-name (git-file-name name version))
`(("emacs-pos-tip" ,emacs-pos-tip) (sha256
("emacs-company" ,emacs-company))) (base32 "0hbqpnaf4hnin3nmdzmfj3v22kk9a97b6zssqs96ns36d9h52xcp"))))
(home-page "https://github.com/expez/company-quickhelp") (build-system emacs-build-system)
(synopsis "Popup documentation for completion candidates") (propagated-inputs
(description "@code{company-quickhelp} shows documentation for the `(("emacs-pos-tip" ,emacs-pos-tip)
("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
(let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb") (let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb")