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

* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.7.0.
This commit is contained in:
Nicolas Goaziou 2022-12-10 09:04:17 +01:00
parent 7d48ab424b
commit 23b64fbbe1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -31798,7 +31798,7 @@ (define-public emacs-persist
(define-public emacs-company-emoji
(package
(name "emacs-company-emoji")
(version "2.6.1")
(version "2.7.0")
(source
(origin
(method git-fetch)
@ -31807,7 +31807,7 @@ (define-public emacs-company-emoji
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1rhf2hr345953mkn52i58aiq8j16ps2ckapd5f7jxmhkcpzxxfhk"))))
(base32 "1prcjdqm4djp5nr93m2axddhhdmn1s0y157px9zsk7g5yi36dn6q"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company))