podiki pushed a commit to branch core-updates
in repository guix.

commit 3e8d608dac2eb9f387431bd8976f78de9ea7a701
Author: John Kehayias <[email protected]>
AuthorDate: Tue Apr 18 00:40:16 2023 -0400

    gnu: python-urllib3: Update to 1.26.15.
    
    * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.15.
---
 gnu/packages/python-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6acd571dae..534367c789 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -58,6 +58,7 @@
 ;;; Copyright © 2022 msimonin <[email protected]>
 ;;; Copyright © 2022 Michael Rohleder <[email protected]>
 ;;; Copyright © 2022 Baptiste Strazzulla <[email protected]>
+;;; Copyright © 2023 John Kehayias <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3402,14 +3403,14 @@ addon for removing tracking fields from URLs.")
 (define-public python-urllib3
   (package
     (name "python-urllib3")
-    (version "1.26.9")
+    (version "1.26.15")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urllib3" version))
         (sha256
          (base32
-          "13j4mkk6vgix4bixfqk3fhydsl3r5f61z94ss4fmwsl0fxjg3fma"))))
+          "01dkqv0rsjqyw4wrp6yj8h3bcnl7c678qkj845596vs7p4bqff4a"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (propagated-inputs

Reply via email to