guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2


From: guix-commits
Subject: branch master updated: gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
Date: Sat, 27 Feb 2021 14:33:05 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new decd0dc  gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
decd0dc is described below

commit decd0dc6bcf88669d272e61f95de0a4d0649fbf8
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Feb 27 14:12:32 2021 -0500

    gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
    
    * gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
---
 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 3cc20b2..a8fe724 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



reply via email to

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