[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/15: gnu: python-aiohttp: Update to 3.6.3.
From: |
guix-commits |
Subject: |
03/15: gnu: python-aiohttp: Update to 3.6.3. |
Date: |
Wed, 14 Oct 2020 10:32:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3e0b02203036f41659d231fca24712ea67557103
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 14 14:24:14 2020 +0200
gnu: python-aiohttp: Update to 3.6.3.
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.6.3.
---
gnu/packages/python-web.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9813894..2c3b57b 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
- branch master updated (3c1b0b9 -> 2bfe99b), guix-commits, 2020/10/14
- 08/15: gnu: vim: Update to 8.2.1844., guix-commits, 2020/10/14
- 03/15: gnu: python-aiohttp: Update to 3.6.3.,
guix-commits <=
- 06/15: gnu: python-pgpy: Update to 0.5.3., guix-commits, 2020/10/14
- 07/15: gnu: python-pgpy: Run the tests., guix-commits, 2020/10/14
- 02/15: gnu: python-passlib: Update to 1.7.4., guix-commits, 2020/10/14
- 04/15: gnu: libgphoto2: Update to 2.5.26., guix-commits, 2020/10/14
- 09/15: gnu: plantuml: Update to 1.2020.19., guix-commits, 2020/10/14
- 11/15: gnu: oil: Update to 0.8.2., guix-commits, 2020/10/14
- 13/15: gnu: jasper: Update to 2.0.22., guix-commits, 2020/10/14
- 10/15: gnu: osinfo-db: Update to 20201011., guix-commits, 2020/10/14
- 12/15: gnu: python-pastedeploy: Update to 2.1.1., guix-commits, 2020/10/14
- 14/15: gnu: cpuid: Update to 20201006., guix-commits, 2020/10/14