[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#55433: [PATCH] gnu: emacs-ledger-mode: Update to 4.0.0-0.11e8503.
From: |
Maxim Cournoyer |
Subject: |
bug#55433: [PATCH] gnu: emacs-ledger-mode: Update to 4.0.0-0.11e8503. |
Date: |
Wed, 18 May 2022 00:27:44 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hello,
Aleksandr Vityazev <avityazev@posteo.org> writes:
> Hi, I just went ahead and made changes to the arguments.
>
> * gnu/packages/finance.scm (emacs-ledger-mode): Update to 4.0.0-0-11e85039.
> [arguments]: Convert to list of G-Expressions. Use ‘search-input-file’ where
> possible.
> Drop trailing ‘#t’s. While here, respect TESTS? in check phase.
>
> Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org>
> ---
> gnu/packages/finance.scm | 96 +++++++++++++++++++++-------------------
> 1 file changed, 50 insertions(+), 46 deletions(-)
>
> diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
> index b5ab051a1f..09b979899d 100644
> --- a/gnu/packages/finance.scm
> +++ b/gnu/packages/finance.scm
> @@ -26,6 +26,8 @@
> ;;; Copyright © 2021 François J <francois-oss@avalenn.eu>
> ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
> ;;; Copyright © 2021 John Kehayias <john.kehayias@protonmail.com>
> +;;; Copyright © 2022 Kyle Meyer <kyle@kyleam.com>
> +;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
Nice collaboration here :-)
Applied as 5a2b9fc2e6fe868e838ae3865e4a2d2c22cda91d.
Thanks,
Maxim