Archived
1
0
Fork 0

gnu: emacs-mini-echo: Update to 0.8.0.

* gnu/packages/emacs-xyz.scm (emacs-mini-echo): Update to 0.8.0.
[propagated-inputs]: Add EMACS-HIDE-MODE-LINE.

Change-Id: If7e58269a6920e0d4aff172cfc87c74e1447ae04
This commit is contained in:
Nicolas Goaziou 2024-03-17 23:05:29 +01:00
parent 2e0d21a023
commit f4e498e84f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19282,25 +19282,24 @@ methods from a given list.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-mini-echo (define-public emacs-mini-echo
(let ((commit "f25a2f543b3e9fa5043ef37c81c17fc15aceb534") (package
(revision "1")) (name "emacs-mini-echo")
(package (version "0.8.0")
(name "emacs-mini-echo") (source
(version (git-version "0.7.2" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/liuyinz/mini-echo.el")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/liuyinz/mini-echo.el.git") (sha256
(commit commit))) (base32 "0q4hvbypnjg5q1szwki2md45r5kkdxrr4zxqh57y7d53idjzhpnf"))))
(sha256 (build-system emacs-build-system)
(base32 "1nbwwf087v1mp5vbmasxqnmbrsgzgm87yd5ajq1hnfxd412w3vhx")))) (propagated-inputs (list emacs-hide-mode-line))
(build-system emacs-build-system) (home-page "https://github.com/liuyinz/mini-echo.el")
(home-page "https://github.com/liuyinz/mini-echo.el") (synopsis "Echo buffer status in minibuffer window")
(synopsis "Echo buffer status in minibuffer window") (description "This package lets you show buffer status in the echo area,
(description "This package lets you show buffer status in the echo area,
so you can get rid of the mode-line.") so you can get rid of the mode-line.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-mini-frame (define-public emacs-mini-frame
(let ((commit "60838f3cab438dcbda8eaa15ab3e5d1af88910e9") (let ((commit "60838f3cab438dcbda8eaa15ab3e5d1af88910e9")