[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-imenu-list: Update to 0.9-0.b502223.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-imenu-list: Update to 0.9-0.b502223. |
Date: |
Fri, 26 Mar 2021 10:33:47 -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 e049595 gnu: emacs-imenu-list: Update to 0.9-0.b502223.
e049595 is described below
commit e0495951d5e8544c0f6d2e5a8a83b3c3e419bb3a
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Tue Mar 23 13:54:03 2021 +0300
gnu: emacs-imenu-list: Update to 0.9-0.b502223.
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.9-0.b502223.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 7ff8232..a51a366 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2675,9 +2675,9 @@ using the DOT syntax, and use Graphviz to convert these
files to diagrams.")
(license license:gpl2+)))
(define-public emacs-imenu-list
- (let ((commit "46008738f8fef578a763c308cf6695e5b4d4aa77")
+ (let ((commit "b50222378412fbe321622a84cb2b036e084c697a")
(revision "0")
- (version "0.8"))
+ (version "0.9"))
(package
(name "emacs-imenu-list")
(version (git-version version revision commit))
@@ -2690,7 +2690,7 @@ using the DOT syntax, and use Graphviz to convert these
files to diagrams.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "14l3yw9y1nk103s7z5i1fmd6kvlb2p6ayi6sf9l1x1ydg9glrpl8"))))
+ (base32 "1936dd41fa05ndzf2bwhllvjz97iz0rflkazjipr7dvz5q072wj2"))))
(build-system emacs-build-system)
(home-page "https://github.com/bmag/imenu-list")
(synopsis
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-imenu-list: Update to 0.9-0.b502223.,
guix-commits <=