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