mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-mini-echo: Update to 0.13.1.
* gnu/packages/emacs-xyz.scm (emacs-mini-echo): Update to 0.13.1. Change-Id: I3ee4d961eeffc097f5cc23229ce2c65fa18a34f8
This commit is contained in:
parent
9d8a496d07
commit
ef53d2862f
1 changed files with 2 additions and 2 deletions
|
@ -20050,7 +20050,7 @@ (define-public emacs-cyrillic-dvorak-im
|
||||||
(define-public emacs-mini-echo
|
(define-public emacs-mini-echo
|
||||||
(package
|
(package
|
||||||
(name "emacs-mini-echo")
|
(name "emacs-mini-echo")
|
||||||
(version "0.11.1")
|
(version "0.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20058,7 +20058,7 @@ (define-public emacs-mini-echo
|
||||||
(url "https://github.com/liuyinz/mini-echo.el")
|
(url "https://github.com/liuyinz/mini-echo.el")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1n00jpr6hyv1hwx36whpim6kzrybk236fhzj6dgnm6icarfmfzfa"))))
|
(base32 "0f9jwiy6syl8y0g0q11g9m6x1v4fmn8gahg0l3y2ygkz9kdwkpd3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-dash emacs-hide-mode-line))
|
(propagated-inputs (list emacs-dash emacs-hide-mode-line))
|
||||||
(home-page "https://github.com/liuyinz/mini-echo.el")
|
(home-page "https://github.com/liuyinz/mini-echo.el")
|
||||||
|
|
Loading…
Reference in a new issue