guix-patches
[Top][All Lists]
Advanced

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

[bug#66396] [PATCH] guix: Add case to Github url updater.


From: Ludovic Courtès
Subject: [bug#66396] [PATCH] guix: Add case to Github url updater.
Date: Mon, 23 Oct 2023 23:55:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Giacomo Leidi <goodoldpaul@autistici.org> skribis:

> * guix/import/github.scm (updated-github-url)[updated-url]: Add
> additional heuristics to Github url updater.

[...]

> +           ((string-match (string-append "/releases/download/(v)?" version 
> "/"
> +                                         name ".*" ext "$")
> +                          url)
> +            (string-replace-substring url version new-version))

Is it not already covered by one of the other cases?  Do you have an
example URL matched by this new clause?

Thanks,
Ludo’.





reply via email to

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