guix-commits
[Top][All Lists]
Advanced

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

15/40: gnu: python-requests: Update to 2.25.0.


From: guix-commits
Subject: 15/40: gnu: python-requests: Update to 2.25.0.
Date: Sun, 13 Dec 2020 15:46:16 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit d0a0f789466e5a1583a8bf3417d2da8e5c4e414d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 17:28:29 2020 +0100

    gnu: python-requests: Update to 2.25.0.
    
    * gnu/packages/python-web.scm (python-requests): Update to 2.25.0.
---
 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 9195b83..21cc3dc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2428,13 +2428,13 @@ APIs.")
 (define-public python-requests
   (package
     (name "python-requests")
-    (version "2.24.0")
+    (version "2.25.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "requests" version))
              (sha256
               (base32
-               "06r3017hz0hzxv42gpg73l8xvdjbzw7q904ljvp36b5p3l9rlmdk"))))
+               "1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-certifi" ,python-certifi)



reply via email to

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