gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].

* gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
This commit is contained in:
Leo Famulari 2021-02-27 14:12:32 -05:00
parent 8ef1f24f16
commit decd0dc6bc
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -94,13 +94,13 @@ (define-module (gnu packages python-web)
(define-public python-aiohttp
(package
(name "python-aiohttp")
(version "3.7.3")
(version "3.7.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiohttp" version))
(sha256
(base32 "1i3p4yrfgrf1zpbgnywqmb33ps4k51wylcxykhf2cwky0spq26lw"))))
(base32 "1pn79h8fng4xi5gl1f6saw31nxgmgyxl41yf3vba1l21673yr12x"))))
(build-system python-build-system)
(arguments
'(#:phases