guix-patches
[Top][All Lists]
Advanced

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

[bug#67494] [PATCH] gnu: sysstat: Update to 12.7.4.


From: Ludovic Courtès
Subject: [bug#67494] [PATCH] gnu: sysstat: Update to 12.7.4.
Date: Sun, 03 Dec 2023 23:47:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Greg Hogan <code@greghogan.com> skribis:

> Deletion of the old home page was announced there before removal:
> https://web.archive.org/web/20231003035440/http://sebastien.godard.pagesperso-orange.fr/
>
> * gnu/packages/linux.scm (sysstat): Update to 12.7.4.
> [source]: Update URI.
> [home-page]: Likewise.
>
> Change-Id: Ie839802b959e67dcc7405727290b67aa85818378

[...]

>         (method url-fetch)
> -       (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/";
> -                           "sysstat-" version ".tar.xz"))
> +       (uri (string-append 
> "https://github.com/sysstat/sysstat/archive/refs/tags/";
> +                           "v" version ".tar.gz"))

This is an autogenerated (“unstable”) tarball, as reported by ‘guix
lint’.  Could you change that to use ‘git-fetch’ instead?

TIA,
Ludo’.





reply via email to

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