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.