gnu: emacs-company-emoji: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
ef24052f88
commit
38b05e7d30
|
@ -24864,7 +24864,7 @@ variables.")
|
||||||
(define-public emacs-company-emoji
|
(define-public emacs-company-emoji
|
||||||
(package
|
(package
|
||||||
(name "emacs-company-emoji")
|
(name "emacs-company-emoji")
|
||||||
(version "2.5.2")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24873,7 +24873,7 @@ variables.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r9zcbm3nb3zw5cwrkl098v5b49jbga5404bj7j55g6k4rwkjar2"))))
|
(base32 "0pa67yfcr8lrxdbvln8hs663gsxz38ggwpva7121ngascqgx42wp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-company" ,emacs-company)))
|
`(("emacs-company" ,emacs-company)))
|
||||||
|
|
Reference in New Issue