guix-patches
[Top][All Lists]
Advanced

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

[bug#67737] [PATCH staging] gnu: python-requests: Update to 2.31.0.


From: Jaeme Sifat
Subject: [bug#67737] [PATCH staging] gnu: python-requests: Update to 2.31.0.
Date: Sat, 9 Dec 2023 22:18:35 -0500

* gnu/packages/python-web.scm (python-requests): Update to 2.31.0.

Change-Id: I19ba51c887e88ea09eebeb3b8e2fbcd6daea05e6
---
 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 06b578dac7..394fd2dc44 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -60,6 +60,7 @@
 ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
 ;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
+;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3214,13 +3215,13 @@ (define-public python-beren
 (define-public python-requests
   (package
     (name "python-requests")
-    (version "2.28.1")
+    (version "2.31.0")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "requests" version))
              (sha256
               (base32
-               "10vrr7bijzrypvms3g2sgz8vya7f9ymmcv423ikampgy0aqrjmbw"))))
+               "1qfidaynsrci4wymrw3srz8v1zy7xxpcna8sxpm91mwqixsmlb4l"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-certifi

base-commit: 61f2d84e75c340c2ba528d392f522c51b8843f34
-- 
2.41.0






reply via email to

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