me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.6.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Michael Rohleder 2020-12-09 18:53:47 +01:00 committed by Nicolas Goaziou
parent ef24052f88
commit 38b05e7d30
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24864,7 +24864,7 @@ variables.")
(define-public emacs-company-emoji (define-public emacs-company-emoji
(package (package
(name "emacs-company-emoji") (name "emacs-company-emoji")
(version "2.5.2") (version "2.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24873,7 +24873,7 @@ variables.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0r9zcbm3nb3zw5cwrkl098v5b49jbga5404bj7j55g6k4rwkjar2")))) (base32 "0pa67yfcr8lrxdbvln8hs663gsxz38ggwpva7121ngascqgx42wp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-company" ,emacs-company))) `(("emacs-company" ,emacs-company)))