[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/19: gnu: emacs-nano-modeline: Update to 1.0.1.
From: |
guix-commits |
Subject: |
16/19: gnu: emacs-nano-modeline: Update to 1.0.1. |
Date: |
Sat, 24 Jun 2023 11:43:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0237cc9a9fc49c3c827e2330b6e0188bb7e04c42
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 17:20:17 2023 +0200
gnu: emacs-nano-modeline: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.0.1.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4b01d1f14e..4d2c082802 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1690,10 +1690,10 @@ Alternatively the menu can be bound globally, for
example:
(license license:gpl3+)))
(define-public emacs-nano-modeline
- (let ((commit "cba074e55c847f289085ec35c21fb2ad8df1b483")) ;version bump
+ (let ((commit "a18780c277838983932623870752f0adddef0345")) ;version bump
(package
(name "emacs-nano-modeline")
- (version "1.0.0")
+ (version "1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1702,7 +1702,7 @@ Alternatively the menu can be bound globally, for example:
(file-name (git-file-name name version))
(sha256
(base32
- "0fccasr5ydyfwpqj3kmsgxiazifkckybg2rnwm6sg034phavcyln"))))
+ "017vxz96fh26jb2xj7jnz8w580knvybcdr4xjad4xs72l2lrkj37"))))
(build-system emacs-build-system)
(home-page "https://github.com/rougier/nano-modeline")
(synopsis "Emacs minor mode controlling mode line")
- 01/19: gnu: Add emacs-x509-mode., (continued)
- 01/19: gnu: Add emacs-x509-mode., guix-commits, 2023/06/24
- 07/19: gnu: emacs-dtrt-indent: Update to 1.10., guix-commits, 2023/06/24
- 14/19: gnu: emacs-logos: Update to 1.1.0., guix-commits, 2023/06/24
- 10/19: gnu: emacs-ement: Update to 0.10., guix-commits, 2023/06/24
- 04/19: gnu: emacs-autothemer: Update to 0.2.18., guix-commits, 2023/06/24
- 06/19: gnu: emacs-debbugs: Update to 0.36., guix-commits, 2023/06/24
- 09/19: gnu: emacs-elixir-mode: Update to 2.4.1., guix-commits, 2023/06/24
- 11/19: gnu: emacs-engine-mode: Update to 2.2.4., guix-commits, 2023/06/24
- 12/19: gnu: emacs-evil-matchit: Update to 3.0.1., guix-commits, 2023/06/24
- 13/19: gnu: emacs-keycast: Update to 1.3.2., guix-commits, 2023/06/24
- 16/19: gnu: emacs-nano-modeline: Update to 1.0.1.,
guix-commits <=
- 15/19: gnu: emacs-logview: Update to 0.16.2., guix-commits, 2023/06/24
- 17/19: gnu: emacs-pdf-tools: Update to 1.1.0., guix-commits, 2023/06/24
- 18/19: gnu: emacs-plz: Update to 0.6., guix-commits, 2023/06/24
- 19/19: gnu: emacs-zmq: Update to 1.0.0., guix-commits, 2023/06/24