guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54334: [PATCH] gnu: python-gitlab: update to 3.2.0


From: Ludovic Courtès
Subject: bug#54334: [PATCH] gnu: python-gitlab: update to 3.2.0
Date: Wed, 16 Mar 2022 15:11:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:

> * gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

Applied.

> +    (arguments
> +     `( ;Tests require network access
> +        #:tests? #f))

Nitpick: I turned it into a margin comment, like so:

    (arguments
     `(#:tests? #f))                             ;tests require network access

Use one semicolon for margin comments, two for standalone comments.  See
<https://guix.gnu.org/manual/devel/en/html_node/Formatting-Code.html>.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]