me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.7.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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))