[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47347] [PATCH] gnu: emacs-imenu-list: Update to 0.9-0.b502223.
From: |
Xinglu Chen |
Subject: |
[bug#47347] [PATCH] gnu: emacs-imenu-list: Update to 0.9-0.b502223. |
Date: |
Tue, 23 Mar 2021 19:40:37 +0100 |
On Tue, Mar 23 2021, Alexandr Vityazev wrote:
> ---
> 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 838da5bceb..6a1c4e4fd8 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")
Is there any particular reason for using a specific commit instead of
just the latest release? Also, could you please write a commit message
in the ChangeLog format (see "16.6 Submitting Patches" in the Guix
manual)?