guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: python-requests: Update to 2.27.1.


From: guix-commits
Subject: 04/15: gnu: python-requests: Update to 2.27.1.
Date: Sun, 13 Feb 2022 09:18:11 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4ec10765f235ec9a461f544c4c81de46d0f93927
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 22 15:59:40 2022 +0100

    gnu: python-requests: Update to 2.27.1.
    
    * gnu/packages/python-web.scm (python-requests): Update to 2.27.1.
---
 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 8c638ce439..8b959993b0 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2532,13 +2532,13 @@ APIs.")
 (define-public python-requests
   (package
     (name "python-requests")
-    (version "2.26.0")
+    (version "2.27.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "requests" version))
              (sha256
               (base32
-               "19q73fq7hip7b74fwls3p9x6zwvfwqcwpn6kha3zsgvrrzw5iamq"))))
+               "0qcsbi919d689xqlgyhw9zkppp1fs6k09wwffa3ri6d8smpwbmv8"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-certifi python-chardet python-charset-normalizer



reply via email to

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