diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-14 14:24:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-14 16:31:44 +0200 |
commit | 3e0b02203036f41659d231fca24712ea67557103 (patch) | |
tree | 4f6610be84b7c0298ff53d44a8a8c4fa979b9ad2 /gnu/packages | |
parent | 2a30ca09291a28df4e45c7240fa603c8e505d87d (diff) | |
download | guix-3e0b02203036f41659d231fca24712ea67557103.tar.gz guix-3e0b02203036f41659d231fca24712ea67557103.zip |
gnu: python-aiohttp: Update to 3.6.3.
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.6.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 9813894b30..2c3b57b533 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -90,14 +90,13 @@ (define-public python-aiohttp (package (name "python-aiohttp") - (version "3.6.2") + (version "3.6.3") (source (origin (method url-fetch) (uri (pypi-uri "aiohttp" version)) (sha256 - (base32 - "09pkw6f1790prnrq0k8cqgnf1qy57ll8lpmc6kld09q7zw4vi6i5")) + (base32 "0i9n7h8n06m2d8ryqyk4fv1si1m44ibq7blbfaxq46vx7jydg339")) (patches (search-patches "python-aiohttp-3.6.2-no-warning-fail.patch")))) (build-system python-build-system) (arguments |