guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: python-urllib3: Update to 1.25.3.


From: guix-commits
Subject: 09/12: gnu: python-urllib3: Update to 1.25.3.
Date: Fri, 24 May 2019 17:40:14 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit b97f4a357c4a9d5597f5dd0b137ab0263160dd44
Author: Marius Bakke <address@hidden>
Date:   Fri May 24 11:54:01 2019 +0200

    gnu: python-urllib3: Update to 1.25.3.
    
    * gnu/packages/python-web.scm (python-urllib3): Update to 1.25.3.
---
 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 ad7eb3d..708ffe6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1500,14 +1500,14 @@ authenticated session objects providing things like 
keep-alive.")
 (define-public python-urllib3
   (package
     (name "python-urllib3")
-    (version "1.24.1")
+    (version "1.25.3")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "urllib3" version))
         (sha256
          (base32
-          "08lwd9f3hqznyf32vnzwvp87pchx062nkbgyrf67rwlkgj0jk5fy"))))
+          "0cij8qcvvpj62g1q8n785qjkdymfh4b7vf45si4sw64l41rr3rfv"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))
     (propagated-inputs



reply via email to

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