diff options
author | Leo Famulari <leo@famulari.name> | 2021-02-27 14:12:32 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-02-27 14:32:49 -0500 |
commit | decd0dc6bcf88669d272e61f95de0a4d0649fbf8 (patch) | |
tree | 673bb9fa617240d97404bc21e11b05e49dde8da3 /gnu/packages/python-web.scm | |
parent | 8ef1f24f16354e08f23dfabf11396527b0417638 (diff) |
gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3cc20b2187..a8fe724551 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -94,13 +94,13 @@ (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 |