mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-mini-echo: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-mini-echo): Update to 0.14.0. Change-Id: I769c67182c5bbb39513921d2ddf021910b6df42c
This commit is contained in:
parent
6347a32cc4
commit
ad2a649716
1 changed files with 2 additions and 2 deletions
|
@ -20159,7 +20159,7 @@ (define-public emacs-cyrillic-dvorak-im
|
|||
(define-public emacs-mini-echo
|
||||
(package
|
||||
(name "emacs-mini-echo")
|
||||
(version "0.13.1")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20168,7 +20168,7 @@ (define-public emacs-mini-echo
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0f9jwiy6syl8y0g0q11g9m6x1v4fmn8gahg0l3y2ygkz9kdwkpd3"))))
|
||||
(base32 "1yvrwdni4dsqb19rqpb4sy1brx5jg13v2m4l9gqvb2v9mk9al681"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-dash emacs-hide-mode-line))
|
||||
(home-page "https://github.com/liuyinz/mini-echo.el")
|
||||
|
|
Loading…
Reference in a new issue