guix-commits
[Top][All Lists]
Advanced

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

07/21: gnu: python-urllib3: Update to 1.26.9.


From: guix-commits
Subject: 07/21: gnu: python-urllib3: Update to 1.26.9.
Date: Thu, 23 Jun 2022 13:56:42 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit a4283bf55f790c97bc0d5f935e223185fc14d475
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 23 18:57:38 2022 +0200

    gnu: python-urllib3: Update to 1.26.9.
    
    * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.9.
---
 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 04378cd8f3..4f67131a2b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3045,14 +3045,14 @@ addon for removing tracking fields from URLs.")
 (define-public python-urllib3
   (package
     (name "python-urllib3")
-    (version "1.26.8")
+    (version "1.26.9")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urllib3" version))
         (sha256
          (base32
-          "0g18xk7gfm88gr4bp3f58vgvsbzwps3sq2kqhv5xyz9ylvck6z0f"))))
+          "13j4mkk6vgix4bixfqk3fhydsl3r5f61z94ss4fmwsl0fxjg3fma"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (propagated-inputs



reply via email to

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