[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/15: gnu: python-urllib3: Update to 1.26.8.
From: |
guix-commits |
Subject: |
05/15: gnu: python-urllib3: Update to 1.26.8. |
Date: |
Sun, 13 Feb 2022 09:18:12 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit f0b4c042ffe5f6c2bb5e891ca7f8c3a8db7eacdc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 16:00:01 2022 +0100
gnu: python-urllib3: Update to 1.26.8.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.8.
---
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 8b959993b0..1fef103ffe 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2781,14 +2781,14 @@ authenticated session objects providing things like
keep-alive.")
(define-public python-urllib3
(package
(name "python-urllib3")
- (version "1.26.7")
+ (version "1.26.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
- "1kkf6gi8a1fs0dqkf6kpmdpsy97iirvliz8q1krxp8ppaiawd1s9"))))
+ "0g18xk7gfm88gr4bp3f58vgvsbzwps3sq2kqhv5xyz9ylvck6z0f"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs
- 03/15: gnu: python-certifi: Update to 2021.10.8., (continued)
- 03/15: gnu: python-certifi: Update to 2021.10.8., guix-commits, 2022/02/13
- 10/15: gnu: python-charset-normalizer: Trim closure size., guix-commits, 2022/02/13
- 11/15: gnu: python-chardet: Update to 4.0.0., guix-commits, 2022/02/13
- 12/15: gnu: python-iso8601: Update to 1.0.2., guix-commits, 2022/02/13
- 15/15: gnu: python-pyopenssl: Update to 22.0.0., guix-commits, 2022/02/13
- 08/15: gnu: python-cryptography: Remove 3.3.1., guix-commits, 2022/02/13
- 09/15: gnu: python-chardet: Trim closure size., guix-commits, 2022/02/13
- 01/15: gnu: python-flaky: Update to 3.7.0., guix-commits, 2022/02/13
- 14/15: gnu: librsvg: Remove unused inputs., guix-commits, 2022/02/13
- 06/15: gnu: python-requests: Remove unnecessary input., guix-commits, 2022/02/13
- 05/15: gnu: python-urllib3: Update to 1.26.8.,
guix-commits <=
- 13/15: gnu: python-pycparser: Update to 2.21., guix-commits, 2022/02/13