me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.8.0.
master
Nicolas Goaziou 2023-10-03 18:21:15 +02:00
parent 81ba1bd524
commit 69ceab87d4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -35184,7 +35184,7 @@ state to and restoring it from a file, with auto-saving and backups.")
(define-public emacs-company-emoji
(package
(name "emacs-company-emoji")
(version "2.7.0")
(version "2.8.0")
(source
(origin
(method git-fetch)
@ -35193,7 +35193,7 @@ state to and restoring it from a file, with auto-saving and backups.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1prcjdqm4djp5nr93m2axddhhdmn1s0y157px9zsk7g5yi36dn6q"))))
(base32 "0j35z7hjcg3dkwgd7mdx1yaxcmxkn00h91y9kl8qdci7m4lja460"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company))