gnu: emacs-company-emoji: Update to 2.8.0.
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.8.0.master
parent
81ba1bd524
commit
69ceab87d4
|
@ -35184,7 +35184,7 @@ state to and restoring it from a file, with auto-saving and backups.")
|
||||||
(define-public emacs-company-emoji
|
(define-public emacs-company-emoji
|
||||||
(package
|
(package
|
||||||
(name "emacs-company-emoji")
|
(name "emacs-company-emoji")
|
||||||
(version "2.7.0")
|
(version "2.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -35193,7 +35193,7 @@ state to and restoring it from a file, with auto-saving and backups.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1prcjdqm4djp5nr93m2axddhhdmn1s0y157px9zsk7g5yi36dn6q"))))
|
(base32 "0j35z7hjcg3dkwgd7mdx1yaxcmxkn00h91y9kl8qdci7m4lja460"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-company))
|
(list emacs-company))
|
||||||
|
|
Reference in New Issue