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-public python-aiohttp (define-public python-aiohttp
(package (package
(name "python-aiohttp") (name "python-aiohttp")
(version "3.7.3") (version "3.7.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "aiohttp" version)) (uri (pypi-uri "aiohttp" version))
(sha256 (sha256
(base32 "1i3p4yrfgrf1zpbgnywqmb33ps4k51wylcxykhf2cwky0spq26lw")))) (base32 "1pn79h8fng4xi5gl1f6saw31nxgmgyxl41yf3vba1l21673yr12x"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases