[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-nano-modeline: Update to 0.7.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-nano-modeline: Update to 0.7.2. |
Date: |
Sat, 29 Oct 2022 04:48:21 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new db3c80e8ab gnu: emacs-nano-modeline: Update to 0.7.2.
db3c80e8ab is described below
commit db3c80e8aba0557f9876aab7b204206783b039ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Oct 29 10:46:21 2022 +0200
gnu: emacs-nano-modeline: Update to 0.7.2.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 0.7.2.
---
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 0a28121319..a10d65d151 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1220,10 +1220,10 @@ Alternatively the menu can be bound globally, for
example:
(define-public emacs-nano-modeline
;; No tagged release upstream. The commit below matches latest version
;; bump.
- (let ((commit "823161c8894996e5c8375249f467a422579a2947"))
+ (let ((commit "61f62aa4716eae4fa89961955323d146e9791fca"))
(package
(name "emacs-nano-modeline")
- (version "0.7.1")
+ (version "0.7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1232,7 +1232,7 @@ Alternatively the menu can be bound globally, for example:
(file-name (git-file-name name version))
(sha256
(base32
- "1g59g1r7gs1pz7wbh07k9p47qp7fygd1gc5kwbd0s5w42zhc6mid"))))
+ "1zwf3mp0z4vc36lg057vspk7dr8chcvhivm1l8q7p3m9b6xw8ask"))))
(build-system emacs-build-system)
(home-page "https://github.com/rougier/nano-modeline")
(synopsis "Emacs minor mode controlling mode line")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-nano-modeline: Update to 0.7.2.,
guix-commits <=