[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/32: gnu: emacs-mini-echo: Update to 0.8.0.
From: |
guix-commits |
Subject: |
21/32: gnu: emacs-mini-echo: Update to 0.8.0. |
Date: |
Sun, 17 Mar 2024 18:51:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f4e498e84f615c8c13f172680505f1c103263aa9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 23:05:29 2024 +0100
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
---
gnu/packages/emacs-xyz.scm | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 029384668c..111a45ba08 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19282,25 +19282,24 @@ methods from a given list.")
(license license:gpl3+)))
(define-public emacs-mini-echo
- (let ((commit "f25a2f543b3e9fa5043ef37c81c17fc15aceb534")
- (revision "1"))
- (package
- (name "emacs-mini-echo")
- (version (git-version "0.7.2" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/liuyinz/mini-echo.el.git")
- (commit commit)))
- (sha256
- (base32 "1nbwwf087v1mp5vbmasxqnmbrsgzgm87yd5ajq1hnfxd412w3vhx"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/liuyinz/mini-echo.el")
- (synopsis "Echo buffer status in minibuffer window")
- (description "This package lets you show buffer status in the echo area,
+ (package
+ (name "emacs-mini-echo")
+ (version "0.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/liuyinz/mini-echo.el")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32 "0q4hvbypnjg5q1szwki2md45r5kkdxrr4zxqh57y7d53idjzhpnf"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-hide-mode-line))
+ (home-page "https://github.com/liuyinz/mini-echo.el")
+ (synopsis "Echo buffer status in minibuffer window")
+ (description "This package lets you show buffer status in the echo area,
so you can get rid of the mode-line.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-mini-frame
(let ((commit "60838f3cab438dcbda8eaa15ab3e5d1af88910e9")
- 30/32: gnu: emacs-tablist: Update to 1.1., (continued)
- 30/32: gnu: emacs-tablist: Update to 1.1., guix-commits, 2024/03/17
- 10/32: gnu: emacs-ebuild-mode: Update to 1.70., guix-commits, 2024/03/17
- 19/32: gnu: emacs-key-chord: Update to 0.7., guix-commits, 2024/03/17
- 24/32: gnu: emacs-org: Update to 9.6.21., guix-commits, 2024/03/17
- 25/32: gnu: emacs-org-ql: Update to 0.8.5., guix-commits, 2024/03/17
- 31/32: gnu: emacs-visual-fill-column: Update to 2.6.2., guix-commits, 2024/03/17
- 27/32: gnu: emacs-pg: Update to 0.30., guix-commits, 2024/03/17
- 32/32: gnu: emacs-yeetube: Update to 2.1.4., guix-commits, 2024/03/17
- 13/32: gnu: emacs-eshell-up: Update to 0.0.4., guix-commits, 2024/03/17
- 18/32: gnu: emacs-json-mode: Update to 1.9.1., guix-commits, 2024/03/17
- 21/32: gnu: emacs-mini-echo: Update to 0.8.0.,
guix-commits <=
- 22/32: gnu: emacs-modus-themes: Update to 4.4.0., guix-commits, 2024/03/17
- 26/32: gnu: emacs-ox-tufte: Update to 4.1.1., guix-commits, 2024/03/17
- 29/32: gnu: emacs-robe: Update to 0.8.4., guix-commits, 2024/03/17