guix-patches
[Top][All Lists]
Advanced

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

[bug#49123] [PATCH 14/24] gnu: python-aiohttp-socks: Update to 0.6.0.


From: Maxime Devos
Subject: [bug#49123] [PATCH 14/24] gnu: python-aiohttp-socks: Update to 0.6.0.
Date: Tue, 20 Jul 2021 15:11:14 +0200
User-agent: Evolution 3.34.2

slg via Guix-patches via schreef op za 19-06-2021 om 22:07 [-0300]:
> * gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.6.0.
> ---
>  gnu/packages/python-web.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index cf4bdc2dab..d4a959aacf 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -238,14 +238,14 @@ Callback Hell.
>  (define-public python-aiohttp-socks
>    (package
>      (name "python-aiohttp-socks")
> -    (version "0.5.5")
> +    (version "0.6.0")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "aiohttp_socks" version))
>         (sha256
>          (base32
> -         "0jmhb0l1w8k1nishij3awd9zv8zbyb5l35a2pdalrqxxasbhbcif"))))
> +         "04w010bvi719ifpc3sshav95k10hf9nq8czn9yglkj206yxcypdr"))))

The source code of the new version seems ok (no malware).
The diff between 0.5.5 and 0.6.0 also seems ok.
The package build reproducibly (using --check & --rounds).

This update LGTM.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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