gnu: emacs-company-emoji: Update to 2.7.0.
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.7.0.master
parent
7d48ab424b
commit
23b64fbbe1
|
@ -31798,7 +31798,7 @@ variables.")
|
|||
(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 @@ variables.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rhf2hr345953mkn52i58aiq8j16ps2ckapd5f7jxmhkcpzxxfhk"))))
|
||||
(base32 "1prcjdqm4djp5nr93m2axddhhdmn1s0y157px9zsk7g5yi36dn6q"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-company))
|
||||
|
|
Reference in New Issue