GNU bug report logs - #66359
[PATCH] gnu: curl: Update to 8.3.0.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Thu, 5 Oct 2023 06:16:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 66359 <at> debbugs.gnu.org
Subject: [bug#66359] [PATCH] gnu: curl: Update to 8.3.0.
Date: Thu, 05 Oct 2023 18:26:20 +0200
Hi,

On Thu, 05 Oct 2023 at 08:11, Liliana Marie Prikler <liliana.prikler <at> gmail.com> wrote:

> +(define curl/fixed
> +  (let ((%version "8.3.0"))

Naive question, why %version and not version?

> +    (package
> +      (inherit curl)
> +      (version "8.3.0-0")               ; add -0 for grafting
> +      (source (origin
> +                (method url-fetch)
> +                (uri (string-append "https://curl.se/download/curl-"
> +                                    %version ".tar.xz"))

Cheers,
simon




This bug report was last modified 1 year and 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.