gnu: emacs-company-emoji: Update to 2.6.1.

* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.6.1.
This commit is contained in:
Nicolas Goaziou 2021-02-18 16:36:18 +01:00
parent c587681722
commit bae9378ea3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -25780,7 +25780,7 @@ variables.")
(define-public emacs-company-emoji
(package
(name "emacs-company-emoji")
(version "2.6.0")
(version "2.6.1")
(source
(origin
(method git-fetch)
@ -25789,7 +25789,7 @@ variables.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0pa67yfcr8lrxdbvln8hs663gsxz38ggwpva7121ngascqgx42wp"))))
(base32 "1rhf2hr345953mkn52i58aiq8j16ps2ckapd5f7jxmhkcpzxxfhk"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-company" ,emacs-company)))