guix-patches
[Top][All Lists]
Advanced

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

[bug#42638] [PATCH] bump libuv to 1.38


From: Mathieu Othacehe
Subject: [bug#42638] [PATCH] bump libuv to 1.38
Date: Sat, 01 Aug 2020 08:59:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello Formbi,

When updating a package, the commit message has to follow a few
conventions detailed in the manual here:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html.

> +(define-public libuv-1.38
> +  (package
> +    (inherit libuv)
> +    (version "1.38.1")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://dist.libuv.org/dist/v"; version
> +                                  "/libuv-v" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0iy6yp9nrxpj643w7la3kl3j59ni59b0l4v6n23a63s8kqkpvkhf"))))))

Regarding this very update, why do we need this specific version?

Thanks,

Mathieu





reply via email to

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