mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: emacs-company-emoji: Update to 2.6.1.
* gnu/packages/emacs-xyz.scm (emacs-company-emoji): Update to 2.6.1.
This commit is contained in:
parent
c587681722
commit
bae9378ea3
1 changed files with 2 additions and 2 deletions
|
@ -25780,7 +25780,7 @@ (define-public emacs-persist
|
|||
(define-public emacs-company-emoji
|
||||
(package
|
||||
(name "emacs-company-emoji")
|
||||
(version "2.6.0")
|
||||
(version "2.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25789,7 +25789,7 @@ (define-public emacs-company-emoji
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pa67yfcr8lrxdbvln8hs663gsxz38ggwpva7121ngascqgx42wp"))))
|
||||
(base32 "1rhf2hr345953mkn52i58aiq8j16ps2ckapd5f7jxmhkcpzxxfhk"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-company" ,emacs-company)))
|
||||
|
|
Loading…
Reference in a new issue