[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: emacs-nano-modeline: Update to 1.0.0.
From: |
guix-commits |
Subject: |
07/14: gnu: emacs-nano-modeline: Update to 1.0.0. |
Date: |
Sat, 10 Jun 2023 15:03:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 1b9739482c414c8de2b6ffe464793dd6f30fa451
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 10 20:55:23 2023 +0200
gnu: emacs-nano-modeline: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.0.0.
---
gnu/packages/emacs-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e58bee2499..884cddae97 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1690,12 +1690,10 @@ Alternatively the menu can be bound globally, for
example:
(license license:gpl3+)))
(define-public emacs-nano-modeline
- ;; No tagged release upstream. The commit below matches latest version
- ;; bump.
- (let ((commit "61f62aa4716eae4fa89961955323d146e9791fca"))
+ (let ((commit "cba074e55c847f289085ec35c21fb2ad8df1b483")) ;version bump
(package
(name "emacs-nano-modeline")
- (version "0.7.2")
+ (version "1.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1704,7 +1702,7 @@ Alternatively the menu can be bound globally, for example:
(file-name (git-file-name name version))
(sha256
(base32
- "1zwf3mp0z4vc36lg057vspk7dr8chcvhivm1l8q7p3m9b6xw8ask"))))
+ "0fccasr5ydyfwpqj3kmsgxiazifkckybg2rnwm6sg034phavcyln"))))
(build-system emacs-build-system)
(home-page "https://github.com/rougier/nano-modeline")
(synopsis "Emacs minor mode controlling mode line")
- branch master updated (ee02b43488 -> 7f3b9bc429), guix-commits, 2023/06/10
- 01/14: gnu: emacs-tramp: Update to 2.6.0.5., guix-commits, 2023/06/10
- 02/14: gnu: emacs-excorporate: Update to 1.1.1., guix-commits, 2023/06/10
- 03/14: gnu: emacs-modus-themes: Update to 4.2.0., guix-commits, 2023/06/10
- 04/14: gnu: emacs-ednc: Update to 0.2., guix-commits, 2023/06/10
- 08/14: gnu: emacs-org-re-reveal: Update to 3.18.3., guix-commits, 2023/06/10
- 10/14: gnu: emacs-tide: Update to 5.1.3., guix-commits, 2023/06/10
- 05/14: gnu: emacs-eldev: Update to 1.4.1., guix-commits, 2023/06/10
- 07/14: gnu: emacs-nano-modeline: Update to 1.0.0.,
guix-commits <=
- 11/14: gnu: emacs-wucuo: Update to 0.3.0., guix-commits, 2023/06/10
- 09/14: gnu: emacs-orglink: Update to 1.2.2., guix-commits, 2023/06/10
- 14/14: gnu: emacs-julia-snail: Update to 1.2.3., guix-commits, 2023/06/10
- 13/14: gnu: emacs-ef-themes: Update to 1.1.0., guix-commits, 2023/06/10
- 06/14: gnu: emacs-jupyter: Update to 0.8.3., guix-commits, 2023/06/10
- 12/14: gnu: emacs-transient: Update to 0.4.1., guix-commits, 2023/06/10