guix-patches
[Top][All Lists]
Advanced

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

[bug#59079] [PATCH] gnu: rlwrap: Update to 0.46.1.


From: (
Subject: [bug#59079] [PATCH] gnu: rlwrap: Update to 0.46.1.
Date: Sun, 06 Nov 2022 14:04:09 +0000

Heya,

On Sun Nov 6, 2022 at 1:56 PM GMT, Hilton Chain via Guix-patches via wrote:
> * gnu/packages/readline.scm (rlwrap): Update to 0.46.1.

> --- a/gnu/packages/readline.scm
> +++ b/gnu/packages/readline.scm

> @@ -143,16 +143,16 @@ (define-public readline-6.2
>      (source
>       (origin
>         (method git-fetch)
>         (uri (git-reference
>               (url "https://github.com/hanslub42/rlwrap";)
> -             (commit (string-append "v" version))))
> +             (commit (string-append version))))

``(string-append version)'' is just equivalent to ``version''.

    -- (





reply via email to

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